Docs Improve front page
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m20s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m20s
This commit is contained in:
BIN
docs/assets/images/MOP3_mutex_test.mp4
Normal file
BIN
docs/assets/images/MOP3_mutex_test.mp4
Normal file
Binary file not shown.
@@ -2,3 +2,32 @@
|
|||||||
|
|
||||||
MOP3 is a hobby OS project of mine ;).
|
MOP3 is a hobby OS project of mine ;).
|
||||||
|
|
||||||
|
<video width="800" controls>
|
||||||
|
<source src="/assets/images/MOP3_mutex_test.mp4" type="video/mp4" />
|
||||||
|
</video>
|
||||||
|
|
||||||
|
|
||||||
|
## What does MOP3 mean?
|
||||||
|
|
||||||
|
MOP stands for My OS Project. I've decided to call it that, because I didn't have a better idea for a name
|
||||||
|
and also most hobby OS names are really cringey/corny (tbh this one is too ;( ). 3 comes from the fact that this
|
||||||
|
is the third rewrite of the same OS - and I still reuse parts from older code in this project.
|
||||||
|
|
||||||
|
## Deploying the OS via a live ISO
|
||||||
|
|
||||||
|
The development infra is designed around Linux/POSIX utilites, so it will not work on Windows. I should put
|
||||||
|
this in a dockerfile, but that will have to wait.
|
||||||
|
|
||||||
|
To build everything:
|
||||||
|
|
||||||
|
```
|
||||||
|
./aux/devel.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
WARNING: This will write the ISO to your device of choice! Be careful!
|
||||||
|
```
|
||||||
|
sudo ./aux/write_iso.sh /dev/myusb
|
||||||
|
sudo eject /dev/myusb
|
||||||
|
```
|
||||||
|
|
||||||
|
And now you can plug in your USB and boot it up! Enjoy ;).
|
||||||
|
|||||||
Reference in New Issue
Block a user