aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2013-07-19 11:53:18 +1200
committerDavid <dbphillipsnz@gmail.com>2013-07-19 11:53:18 +1200
commit9bfb5f5468331949c6a9f9b3e0590e481dd6492e (patch)
tree2740732d4372d34e451d7ff99d0de50181327508 /README
parent3155f0ec7fb015225c6ae42f782b8c25f2d79f88 (diff)
downloadjaspos-9bfb5f5468331949c6a9f9b3e0590e481dd6492e.tar.xz
Added 'Emergency Shell', started work on basic disk I/O
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 22c0238..2c499c9 100644
--- a/README
+++ b/README
@@ -1,4 +1,6 @@
jaspos
======
-OS written entirely in x86 Assembly \ No newline at end of file
+OS written entirely in x86 Assembly (Intel syntax)
+
+To compile, just `make` from the command line.