Skip to content

yeti0904/EarthOS-kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EarthOS-kernel

EarthOS kernel source code. This is a part of EarthOS; the build system uses this repository to build the kernel.

Building from source

Clone this repository using this command:

git clone https://github.com/EarthOS-SMC/EarthOS-kernel

Then, go to the source code directory:

cd EarthOS-kernel

Before the build process, you need to clone the PowerSlash compiler too:

chmod +x sync.sh && ./sync.sh

To build the kernel,

./build.sh

The binary will be saved in the image file.

Reduce output

You can reduce the output by putting 1 in the reduce file: echo 1 > reduce

About

EarthOS kernel source code with compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%