Changeset 5dce48b9 in mainline for arch/ia32/src/mm
- Timestamp:
- 2005-09-01T16:40:30Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 399ccd9
- Parents:
- 2793442
- Location:
- arch/ia32/src/mm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/mm/frame.c
r2793442 r5dce48b9 45 45 frame_region_not_free(0xfec00000,0xffffffff); 46 46 47 /* This is a nasty hack, which should be fixed soon */ 48 frame_region_not_free(0x9000, 0xa000); 49 47 50 for (i=e820counter;i>0;i--) { 48 51 if (e820table[i-1].type!=MEMMAP_MEMORY_AVAILABLE) { -
arch/ia32/src/mm/page.c
r2793442 r5dce48b9 38 38 #include <debug.h> 39 39 #include <memstr.h> 40 #include <print.h> 40 41 41 42 __address bootstrap_dba; … … 51 52 52 53 bootstrap_dba = dba; 53 54 54 55 /* 55 56 * Identity mapping for all frames.
Note:
See TracChangeset
for help on using the changeset viewer.
