SectorOS-RW4 is the 4th rewrite of SectorOS project, currently in progress. This README file provides important information about the project, including how to build and run it. Kernel Version
The current kernel version for SectorOS-RW4 is v8.23.07.2NR.
You may want a custom toolchain to build the project and to compile programs for the OS. To Compils the toolchain, follow these steps:
- Open the command prompt/terminal in the root directory of the project.
- Type ./src/scripts/make_toolchain.sh and press Enter to start the build process
To build the project, follow these steps:
- Open the command prompt/terminal in the root directory of the project.
- Type make and press Enter to start the build process.
To run the kernel, follow these steps:
- Open the command prompt/terminal in the root directory of the project.
- Type make run and press Enter to run the kernel.
These programs have been ported to SectorOS-RW4
- nasm
- doom
SectorOS-RW4 is an open-source project, and contributions are welcome. To contribute, please follow these steps:
- Fork the project repository.
- Make your changes and commit them to your forked repository.
- Submit a pull request to the main project repository.
The resources used in this project are:
- osdev wiki
- osdev forums
- JamesM's kernel development tutorials
- szhou42/osdev
- klange/toaruos
- SectorOS-RE2
- Limine terminal
This project is licensed under the GNU GPLv3.