hello01-debug
hello01-debug
When compiling with DEBUG_FAR_JUMP enabled, there are multiple cases were getPG() was not renamed to get_pg(). There is also several other things not properly renamed.
When I boot the built VFD on qemu, it page faults and stops. Logs: ``` NoNameOS 0.6.0 --------------------------------------------------------------------------------------------------------[1]--- Welcome! Press keys F1 through F4 to navigate virtual consoles [KERNEL] Page...
I built the latest release from the git repository using clang on debian. It compiles without issue, but when I boot and run doom, it spits out the following message:...
Instead of trying to emulate the BIOS itself, why not run SeaBIOS at boot instead? It will handle most hardware configuration, and will also provide the unimplemented real-mode interrupts. You...
I would like to suggest a new feature. If you map your kernel to the higher half of the 4GB range, it will allow you to put programs starting at...
When kfree is called, it uses ```sizeof()``` to get the size of the pointer. However, if I'm remembering correctly, this will return the size of the pointer, not the size...
I saw recently on your website entry for openbios that the PCSX-Redux team had a BIOS Ghidra dump that they'd be willing to share? If I could have a copy,...