Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepuppetqueen57/neptune-os
A fake os made in c.
https://github.com/thepuppetqueen57/neptune-os
asm assembly bootloader c c-lang fake-os linux
Last synced: about 1 month ago
JSON representation
A fake os made in c.
- Host: GitHub
- URL: https://github.com/thepuppetqueen57/neptune-os
- Owner: Thepuppetqueen57
- License: gpl-3.0
- Created: 2024-09-22T22:22:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T04:40:35.000Z (about 1 month ago)
- Last Synced: 2024-12-08T05:22:08.451Z (about 1 month ago)
- Topics: asm, assembly, bootloader, c, c-lang, fake-os, linux
- Language: C
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
## Linux
### Normal
Download the latest release and run it (lol)### Compiling
Download the source and then install gcc and nasm and then go into your terminal and run `./build` in the directory you put neptune in.If it doesnt work then install cmake I think it comes preinstalled with linux tho.
## Windows/Mac
Windows and mac are not supported and will almost definitely never be.This is just a simple hobby project I am making for fun. I dont wanna bother myself with that stuff.
Although theres a chance it already works I havent tested
# Credits
Thanks to [my friend Shayna](https://github.com/PsychedelicShayna) for making the library used in the calculator