14 lines
255 B
Markdown
14 lines
255 B
Markdown
Yet Another BootLoader, OS Kernel and Other stuff
|
|
|
|
Quickstart:
|
|
```
|
|
$ ./setup.sh
|
|
$ make
|
|
```
|
|
|
|
Includes code from:
|
|
* https://github.com/mit-pdos/xv6-public
|
|
* https://github.com/FRosner/FrOS
|
|
* https://github.com/dhavalhirdhav/LearnOS
|
|
* https://wiki.osdev.org
|