Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.32 KB

File metadata and controls

27 lines (17 loc) · 1.32 KB

Analyze Build Lines

AntOS Kernel Rewrite

This repository contains the AntOS Kernel Rewrite project. It aims to reimplement the AntOS kernel using the Rust programming language.

Status

The project is currently a work in progress. Contributions and feedback are welcome.

Getting Started

To get started with the AntOS Kernel Rewrite, follow these steps:

  1. Clone the repository: git clone https://github.com/ant-os/rust-kernel.git
  2. Install Rust: https://www.rust-lang.org/tools/install
  3. Build the kernel: make kernel
  4. Run the kernel: make run

Contributing

Contributions are welcome! If you'd like to contribute to the AntOS Kernel Rewrite, please follow the guidelines in CONTRIBUTING.md.

Support

If you have any questions or need support, please open an issue on the GitHub repository.