diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-01-30 01:58:30 +0100 |
|---|---|---|
| committer | Tianhao Wang <wth@riseup.net> | 2024-01-30 01:58:30 +0100 |
| commit | 553657a0b527ae8ce09ac628da6122fbdd57157b (patch) | |
| tree | 10fb93e7b18da5ab12ac72ea4965100a4e7e428c | |
| parent | 36466f28480669af3e7a01c1b305f51eca81a738 (diff) | |
modify readme, add license info
| -rw-r--r-- | LICENSE | 1 | ||||
| -rw-r--r-- | README (renamed from README.txt) | 9 |
2 files changed, 10 insertions, 0 deletions
@@ -0,0 +1 @@ +currently empty @@ -1,3 +1,12 @@ +# License & Copyright: + +This project aims for a total rewrite TU Dresden OS Group's tutorial OS +"OOStuBS". However this is in its very early stage and is using some +boilerplates from the lecture e.g. the startup assembly code. + +This project will adapt GPL when the dependencies are sorted out (hopefully very +soon). Untill then all rights are reserverd. + # The rust port of OOStuBS [WIP] This is a toy bare metal operation system implemented in Rust. Apologies for my |
