/ElohimOS

OS project in the 2020's.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

ElohimOS

Version License: GPLv3

OS project in the 2020's

📋 Requirements

To build and test the ElohimOS, you need the following packages installed:

⚙️ Building and Running

Just type

> make

and

> make run

Note: 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.

📝 License

Copyright © 2020 Name1e5s.
This project is GPL licensed.


This README was generated with ❤️ by readme-md-generator