Skip to content

addy419/paradoxOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParadoxOS

This is an hobbyist Operating System Project currently in very early stage. The design has not been finalized yet, hence no formal design docs is available.

At the moment, the aim is to initialize the kernel properly to utilize modern system features.

Tools

Compiling Freestanding Toolchain

Execute the script toolchain.sh

How to build

Once you have the requried tools.

    $ ./setup.sh iso

This will build an iso file called paradoxOS.iso. This is a binary complaint with multiboot standard, and is compiled using grub. That means, it can be simply booted up.

Though using an emulator is recommended.

    $ qemu-system-i686 -cdrom paradoxOS.iso

Contributing

Currently, not acceping pull requests :)

References

About

Unix unlike operating system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.6%
  • Assembly 17.0%
  • Makefile 10.2%
  • Shell 7.9%
  • Batchfile 0.3%