From: Kasper V. L. <ve...@da...> - 2000-02-04 14:26:27
|
I've added support for paging to the Elysium kernel. The function 'memory_init()' now initializes a base page directory, and CR3 is set to point to this page directory before paging is finally enabled. Notice that writing to read-only pages - even from kernel mode - will cause page faults. /Kasper |