branch | CompilerCompatibility |
changeset 77 | c4d65d91ad0c |
parent 62 | 4a8fed1c0ef6 |
child 80 | 597aaf25e343 |
74:741dcdf88ba9 | 77:c4d65d91ad0c |
---|---|
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. |