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

First megabyte protection #19

Closed vodozhaba closed 6 years ago

vodozhaba commented 6 years ago

The physical memory manager never allocates the NULL frame, however, it may allocate other frames in the first megabyte, e.g. the framebuffer, which will lead to data corruption and/or unexpected peripheral device behaviour.

vodozhaba commented 6 years ago

Apparently, the first 16MiB are protected. Closed.