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

Triple fault on boot #13

Closed vodozhaba closed 7 years ago

vodozhaba commented 7 years ago

It happens right after enabling paging.

vodozhaba commented 7 years ago

Well, it disappeared when I deleted the manager, so formally the issue is resolved. However, I think it'll appear with the new implementation, so I won't set the status to 'closed'.

vodozhaba commented 7 years ago

The prophecy has come true.

vodozhaba commented 7 years ago

Found a clue: GetPageTableEntryPtr() always returns the first entry in the table if exists.

vodozhaba commented 7 years ago

Fixed it, wait until I do git push