https://github.com/kaptheguy/stellarisos
Minimal ARM Cortex-M3 Operating System
https://github.com/kaptheguy/stellarisos
Last synced: 4 months ago
JSON representation
Minimal ARM Cortex-M3 Operating System
- Host: GitHub
- URL: https://github.com/kaptheguy/stellarisos
- Owner: KapTheGuy
- License: gpl-3.0
- Created: 2024-05-29T11:56:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T07:59:09.000Z (about 1 year ago)
- Last Synced: 2025-01-13T21:42:59.355Z (5 months ago)
- Language: C
- Size: 94.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StellarisOS
StellarisOS is a Minimal ARM Cortex-M3 Operating System. It can be modified to run on anything that supports Cortex-M3.
It is mostly made in C.
It was created by XICreations's CEO, Kap Petrov on 2024, May 27th.## Contacts
Discord: https://discord.gg/3QzS7WzGSB (dripkap is the owner of this in the server.)# How to compile
To compile, you'll need a unix system able to run make. (eg. Linux, WSL2, MSYS2, etc)
run
```term
make run
```
to compile & run the OS.Packages needed to compile:
```
qemu-system-arm
gnu-arm-none-eabi
binutils
```# Current features
- Menu Interface
- Applications
- Kernel