Hobby x86-64 ELF Kernel
- binary loading
- core specific log buffers
- userspace
- VFS
-
All contributions are welcome. Before committing, please run make format to keep the code clean. PRs that dont follow the style guide may be asked to reformat
-
contributions should be sent via github or codeberg unless you arrange something with me personally
By contributing code to this project, you agree to the following:
-
You grant the project maintainer a non-exclusive, perpetual, irrevocable, royalty-free, worldwide license to use, modify, and distribute your contributions.
-
You agree that the project maintainer reserves the right to relicense the project (including your contributions) under any Open Source Initiative (OSI) approved license or the UNLICENSE in the future without additional notice.
make configsync
note: everytime you change the config.toml file re-run this command
make -j$(nproc) -Otargetuefi (Recommended):
QEMU_FIRMWARE=PATH_TO_OVMF make runbios:
make runb