How to Try
At this moment you can try LeOS using QEMU emulator. For development and debug simplicity this is currently the only supported platform. When LeOS kernel is ready, it will be ported to real hardware, which is supposed to be
Tools you need
- GIT
- Rust compiler
- Wrapper cargo-xbuild
- QEMU processor emulator
- GNU Make
How to start
- Clone LeOS Kernel repository:
git clone https://github.com/lowenware/leos-kernel.git
- Compile it:
cd leos-kernel
make
- Run
make run