about summary refs log tree commit diff stats
path: root/apps/bos/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bos/README.md')
-rw-r--r--apps/bos/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/bos/README.md b/apps/bos/README.md
new file mode 100644
index 00000000..989ebf44
--- /dev/null
+++ b/apps/bos/README.md
@@ -0,0 +1,7 @@
+Exercises while reading the incomplete "Writing a simple operating system from
+scratch" by Nick Blundell.
+  https://www.cs.bham.ac.uk/~exr/lectures/opsys/10\_11/lectures/os-dev.pdf
+
+The name of this directory is a reference to "Bootstrapping a simple compiler
+from nothing" by Edmund Grimley-Evans.
+  https://github.com/certik/bcompiler