README.md: quickstart note.

This commit is contained in:
Alexander Myltsev 2022-12-12 19:13:49 +03:00 committed by GitHub
parent af760c928c
commit 8cafc15116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,11 @@
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