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

Add error reporting to virtual memory manager #7

Closed vodozhaba closed 7 years ago

vodozhaba commented 8 years ago

x86 virtual memory manager (/arch/x86/mem/virt_mem_mgr_x86.c) simply ignores most errors. Fix it.

vodozhaba commented 7 years ago

Well, in case anything happens, the OS won't be able to do anything, so let it just crash