Skip to content

Blaze is an operating system written from scratch for educational purpose.

License

Notifications You must be signed in to change notification settings

s0h1s2/blaze-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blaze Operating System

Currently under development.

Blaze is operating system written from scratch for eductional pruposes.

Toolchain Build

Building toolchain only supported on linux operating systems currently to build the toolchain type the following commands on your terminal.

cd Cross-Compiler/
sh build.sh 

By default the binary files will be generated at $HOME/opt/cross and you need to export it on global path.

If you are on another operating system you can follow on here.

Build And Test

After you build the toolchain you can test the operating system by typing the following commands at your terminal.

make

It will generate a binary file by name of os.bin on Build directory. To test the operating system you can type the following command.

make run

Contributions

Any contribution will be welcome.

About

Blaze is an operating system written from scratch for educational purpose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published