aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianhao Wang <wth@riseup.net>2024-01-30 01:58:30 +0100
committerTianhao Wang <wth@riseup.net>2024-01-30 01:58:30 +0100
commit553657a0b527ae8ce09ac628da6122fbdd57157b (patch)
tree10fb93e7b18da5ab12ac72ea4965100a4e7e428c
parent36466f28480669af3e7a01c1b305f51eca81a738 (diff)
modify readme, add license info
-rw-r--r--LICENSE1
-rw-r--r--README (renamed from README.txt)9
2 files changed, 10 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..d5c9ba8
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+currently empty
diff --git a/README.txt b/README
index baed4ae..31c4b53 100644
--- a/README.txt
+++ b/README
@@ -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