Changeset 167 for soft/giet_vm/boot/boot_handler.h
- Timestamp:
- Jul 16, 2012, 10:26:27 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/boot/boot_handler.h
r160 r167 53 53 typedef struct PageTable 54 54 { 55 unsigned int pt1[ 2048]; // PT1 (index is ix1)56 unsigned int pt2[GIET_NB_PT2_MAX][ 1024]; // PT2s (index isix2)55 unsigned int pt1[PT1_SIZE]; // PT1 (index is ix1) 56 unsigned int pt2[GIET_NB_PT2_MAX][PT2_SIZE]; // PT2s (index is 2*ix2) 57 57 } page_table_t; 58 58
Note: See TracChangeset
for help on using the changeset viewer.