An open API service indexing awesome lists of open source software.

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

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