aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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