aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarvin Borner2020-05-01 20:50:49 +0200
committerMarvin Borner2020-05-01 20:50:49 +0200
commit21106945c4a28d45334824c02f8b139d1db91c45 (patch)
treef215128167a17fa476ad32350c2b81fc4ebb0395 /README.md
parentf0439a5dbfe2cfed3d629027d4b54b5f77f4e6de (diff)
Added devfs and basic standard devices
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5cde22..8c88309 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,14 @@
* Optional: Flash the built ISO to a CD drive using `sudo dd if=./iso/melvix.iso of=/dev/sdX bs=4M oflag=sync`
## Licenses
-Melvix is released under the MIT License and uses the following 3rd party applications (as stated in the regarding files):
+Melvix is released under the MIT License and uses parts of the following 3rd party projects:
+Resources:
* [Spleen font](https://github.com/fcambus/spleen) - [MIT License](https://github.com/fcambus/spleen/blob/5759e9abb130b89ba192edc5324b12ef07b7dad3/LICENSE)
* [bdf2c converter](https://github.com/pixelmatix/bdf2c) - [AGPL 3.0 License](https://github.com/pixelmatix/bdf2c/blob/b07deb7a484751b3e3fb6c952f6bc54b1b2950fd/AGPL-3.0.txt)
* [onedark.vim colorscheme](https://github.com/joshdick/onedark.vim/) - [MIT License](https://github.com/joshdick/onedark.vim/blob/fe035976117ba5c2481df3b2cad3bb0a8b045b9f/LICENSE)
+
+Knowledge:
+* [virtix - FS inspiration](https://github.com/16Bitt/virtix/) - [MIT License](https://github.com/16Bitt/virtix/blob/85a3c58f3d3b8932354e85a996a79c377139c201/LICENSE)
+* [studix - memory inspiration](https://github.com/orodley/studix) - [MIT License](https://github.com/orodley/studix/blob/d1b1d006010120551df58ff3faaf97484dfa9806/LICENSE)
+* [James Molloy's tutorials](http://jamesmolloy.co.uk/tutorial_html/)
+* [OSdev wiki](https://wiki.osdev.org) <- Very helpful!