barebones
barebones copied to clipboard
Barebones multiboot kernel for beginners
How did you compile libc++abi.a and libgcc.a?
There is clearly a problem with gc-sections and 32-bit builds. Does not enter kernel_start properly, so it's a linker, alignment or both issue.
hello, Get this error when trying to build_iso.sh on MacOS -- Configuring done -- Generating done -- Build files have been written to: /Users/thierry/Dev/barebones/machines/default/build Scanning dependencies of target exceptions Scanning...
A glaring flaw is the lack of a 512b minimal bootloader that ATA loads the kernel to its dest and then enters protected and jumps to _start. One reason to...