https://github.com/spargatgroup/openamui
The Open Adaptive Multi-User Intelligence Operating System
https://github.com/spargatgroup/openamui
bash c cpp os
Last synced: 3 months ago
JSON representation
The Open Adaptive Multi-User Intelligence Operating System
- Host: GitHub
- URL: https://github.com/spargatgroup/openamui
- Owner: SpargatGroup
- Created: 2025-03-06T18:12:10.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-04-04T17:33:50.000Z (about 1 year ago)
- Last Synced: 2025-04-04T18:39:27.651Z (about 1 year ago)
- Topics: bash, c, cpp, os
- Language: C++
- Homepage:
- Size: 832 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Open Adaptive Multi-User Intelligence(AMUI) OS - An modern OS made in C++ and C and Assembly(very less)
## OpenAmui Kernel is currently mantained only by Comical
## As simple as possible and as stable as possible, remember this kernel was remade from 0
## Best option if you want to make an new os but without using linux base, this project is very easy to build.


## Description
### This is a basic os, what is better optimized for servers.
### You can use it too as an daily os.
## Why?
### Becouse I want to learn.
## It will have more components or own package setup?
### Yes!
## Build
### For build you will need a Ubuntu Linux
### For build CD version run these commands
```bash
sudo bash setup.sh && sudo bash make.sh cd
```
### For build ROM version run these commands
```bash
sudo bash setup.sh && sudo bash make.sh rom
```
### For build both run these commands
```bash
sudo bash setup.sh && sudo bash make.sh all
```
### For test CD version run these commands
```bash
sudo bash make.sh test-cd
```
## Fell free to fork and make ur own os based on OpenAmui
## Library added from libc: stddef.h