vodozhaba / vv4os

VV4OS is an open-source non-commercial operating system. The target is an OS with the full abstraction of the internals of the computer, such as files and programs, from the user. The OS has been inspired by macOS.
MIT License
1 stars 0 forks source link

Page tables aren't mapped #14

Closed vodozhaba closed 7 years ago

vodozhaba commented 7 years ago

The virtual memory manager creates the tables in the physical memory, but they don't get identity mapped, which causes page faults if they're accessed after enabling paging.

vodozhaba commented 7 years ago

Freed 32M before the kernel, which are identity mapped. They now should reside there.