Skip to content

hedone21/gO-Os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gO-Os

Extremely very small operating system

Compile

Compile is easy. If you have as (GNU Assembler), just run command below.

$ make

Run

Result file is generated in result folder. Therefore, go to result folder and run following command.

$ qemu-system-i386 kernel.iso

If it doesn't work, do following command below.

$ qemu-system-i386 -m 64 -cdrom kernel.iso

About

OS for studing purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published