Skip to content

SectorOS-RW4 is the 4th rewrite of SectorOS project, currently in progress

License

Notifications You must be signed in to change notification settings

Arun007coder/SectorOS-RW4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SectorOS-RW4

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



🧱 Kernel

The current kernel version for SectorOS-RW4 is v8.23.07.2NR.

Screenshots

⚙️ Build Steps

You may want a custom toolchain to build the project and to compile programs for the OS. To Compils the toolchain, follow these steps:

  1. Open the command prompt/terminal in the root directory of the project.
  2. Type ./src/scripts/make_toolchain.sh and press Enter to start the build process

To build the project, follow these steps:

  1. Open the command prompt/terminal in the root directory of the project.
  2. Type make and press Enter to start the build process.

To run the kernel, follow these steps:

  1. Open the command prompt/terminal in the root directory of the project.
  2. Type make run and press Enter to run the kernel.

Software ports

These programs have been ported to SectorOS-RW4

  1. nasm
  2. doom

🏆 Contributing

SectorOS-RW4 is an open-source project, and contributions are welcome. To contribute, please follow these steps:

  1. Fork the project repository.
  2. Make your changes and commit them to your forked repository.
  3. Submit a pull request to the main project repository.

Resources

The resources used in this project are:

🛡️ License

This project is licensed under the GNU GPLv3.