Armadillo  0.1.1
TheexpandableOS
adresses.h
Go to the documentation of this file.
1 
6 #ifndef __ADRESSES_H_
7 #define __ADRESSES_H_
8 
9 // -----------------------------------
10 // Adresses
11 // -----------------------------------
12 
13 #define EBASE_ADDR 0x80100000 // Ebase adress
14 #define UART16550BASE 0xb80003f8
15 #define DISPLAYREGIST 0xbf000400 // Boot mode: 0x1F000400 ?
16 #define ASDCIIDISPLAY DISPLAYREGIST + 0x00000018
17 #define LEDDISPLAY DISPLAYREGIST + 0x00000008
18 
19 #endif