Skip to content

Thepuppetqueen57/Neptune-OS

Repository files navigation

Neptune OS

Neptune OS is a fake Operating System.

I call it a fake os because it has the same structure as an os. It has a bootloader and kernel.

How to use

Download the latest release and run it (lol)

There are not builds for mac so you will have to compile it yourself

Compiling

Linux/macOS

Download the source and then install LLVM (has clang) and then go into your terminal and run make run in the directory you put neptune in.

If it doesnt work then install makefile I think it comes preinstalled with linux tho.

Windows

Mostly the same as linux but you need to make sure you run the makefile in git bash, msys32, or something like that.

Makefile

Basically the makefile has 3 options.

  • run
  • build
  • clean

Run well it runs Neptune OS and build compiles the os without running it and clean deletes all the .o files and stuff.

To use the makefile just run make [option] also make sure you have makefile installed.

About

A fake os made in c.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors