branch | RCL_3 |
changeset 62 | 4a8fed1c0ef6 |
parent 0 | a41df078684a |
child 80 | 597aaf25e343 |
52:2d65c2f76d7b | 62:4a8fed1c0ef6 |
---|---|
903 PageDirectories.Init2(); |
903 PageDirectories.Init2(); |
904 |
904 |
905 // initialise address spaces... |
905 // initialise address spaces... |
906 DAddressSpace::Init2(); |
906 DAddressSpace::Init2(); |
907 |
907 |
908 // init pager... |
|
909 ThePager.Init2(); |
|
910 |
|
911 TheMmu.Init2Final(); |
908 TheMmu.Init2Final(); |
912 } |
909 } |
913 |
910 |
914 |
911 |
915 /** HAL Function wrapper for the RAM allocator. |
912 /** HAL Function wrapper for the RAM allocator. |