diff --git a/build.sh b/build.sh index 18a033c..9767337 100755 --- a/build.sh +++ b/build.sh @@ -2,6 +2,7 @@ mkdir -p www cp -rf src/assets www/assets -cp -f src/index.html www/index.html -cp -f src/impressum.html www/impressum.html +cp -f src/index.html www/ +cp -f src/new-landing-page.html www/ +cp -f src/impressum.html www/ cp -rf src/* www/ diff --git a/src/index.html b/src/index.html index 35a5709..d57cebe 100644 --- a/src/index.html +++ b/src/index.html @@ -2,52 +2,29 @@
+KarlOS is a student effort in Karlsruhe to create a hobbyist Operating System from scratch. +The current goal of the project is to develop a simple monolithic kernel for 64-bit Intel / AMD PCs, +which could serve as a platform for experimentation in the future. +
+