blob: 61e3c424d845d0ed27bcf402e3f4c26af96c5a41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
### 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 -- same goes here as the bottom note VVVVVVVVV
- an integrated minimal userland shell. -- could make use of [noshmore](https://github.com/jstmaxlol/noshmore) if we get ELFs working on müllos
- a simple filesystem
- multitasking -- ish
|