This repository contains the AntOS Kernel Rewrite project. It aims to reimplement the AntOS kernel using the Rust programming language.
The project is currently a work in progress. Contributions and feedback are welcome.
To get started with the AntOS Kernel Rewrite, follow these steps:
- Clone the repository:
git clone https://github.com/ant-os/rust-kernel.git
- Install Rust: https://www.rust-lang.org/tools/install
- Build the kernel:
make kernel
- Run the kernel:
make run
Contributions are welcome! If you'd like to contribute to the AntOS Kernel Rewrite, please follow the guidelines in CONTRIBUTING.md.
If you have any questions or need support, please open an issue on the GitHub repository.