Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
/ antei Public archive

An experimental Operating System written in stable Rust.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

toku-sa-n/antei

Repository files navigation

Antei

Antei is an experimental Operating System for the x86_64 architecture written in stable Rust.

Dependencies

You need to install these programs:

  • rustup
  • cargo
  • qemu-system-x86_64
  • mtools
  • x86_64-pc-linux-gnu-gcc
  • x86_64-w64-mingw32-gcc
  • lld-link

You need to install the Rust toolchain for Windows:

rustup target add x86_64-pc-windows-gnu

These binaries must exist at the same directory which Makefile is in.

  • OVMF_VARS.fd
  • OVMF_CODE.fd

Running

make run

Adding RELEASE=1 will compile binaries with optimizations.

make RELEASE=1 run

Testing

make test

Adding RELEASE=1 will test the OS with optimizations.

make RELEASE=1 test

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

An experimental Operating System written in stable Rust.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published