Skip to content

Chapter 1 Build OS

MaybeELEMENT edited this page Jul 28, 2021 · 1 revision

Build OS

To build OS, you need GCC Cross Compiler and Qemu

You can install GCC Cross compiler from OSDev Website, and you can install Qemu from Qemu Official Website.

After installing everything required, open up the terminal and cd(change directory) to the Fortius Source Code folder you Installed.

To build the OS without running it, run the command ./build.sh. If you want to run it immediately after building the OS, run command ./run.sh. If the error Permission denied. happened, make these bash files executable by running the command chmod +x build.sh and chmod +x run.sh

After build, the output file should be in the folder named "os.iso". Of course, you can always change the output name in the bash file

Clone this wiki locally