blob: e40896b916aa114757a2ad9566f2b99722e7c7ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
### müllos
a minimal and experimental x86_64 heapless unix-like OS von czjstmax. \
the name is based off the german word for trash. haha.
> you can test müllos by running `make run` in the cloned repo.
---
#### things
müllos uses the [limine bootloader](https://github.com/limine-bootloader/limine) because the [müll_bootloader](https://github.com/jstmaxlol/mullos/tree/master/.old/) sucked.
---
#### objectives
the objectives for müllos are to have:
- a C compiler work on it
- an integrated minimal userland shell.
- a simple filesystem
- multitasking
|