Changeset 64f6ef04 in mainline for kernel/arch/ia32/src/mm/frame.c
- Timestamp:
- 2010-06-27T23:54:45Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 05e3cb8
- Parents:
- a1f60f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/mm/frame.c
ra1f60f3 r64f6ef04 47 47 #include <print.h> 48 48 49 #define PHYSMEM_LIMIT32 0x 7c000000ull50 #define PHYSMEM_LIMIT64 0x e0000000ull49 #define PHYSMEM_LIMIT32 0x07c000000ull 50 #define PHYSMEM_LIMIT64 0x200000000ull 51 51 52 52 size_t hardcoded_unmapped_ktext_size = 0; … … 96 96 * or clip zones which go beyond PHYSMEM_LIMIT64. 97 97 * 98 * The limit PHYSMEM_LIMIT64 (3.5 GB) is caused 99 * by various limitations of the current kernel 100 * memory management. 98 * The PHYSMEM_LIMIT64 (8 GB) is the size of the 99 * fixed 1:1 identically mapped physical memory 100 * accessible during the bootstrap process. 101 * This is a severe limitation of the current 102 * kernel memory management. 101 103 * 102 104 */
Note:
See TracChangeset
for help on using the changeset viewer.