OS project in the 2020's
To build and test the ElohimOS, you need the following packages installed:
-
The awesome rust toolchain
-
Cross compile helper: cargo-xbuild
-
The processor emulator: QEMU
Just type
> makeand
> make runNote: compiler-builtins has a bug about UEFI which is fixed on Jan 6th, 2020. It will cause __rust_probestack not found when we build our bootloader. To build it without error, we need to build our own cargo-xbuild and change compiler-builtins version in src/sysroot.rs to 0.1.21.
Copyright © 2020 Name1e5s.
This project is GPL licensed.
This README was generated with ❤️ by readme-md-generator