From 550f6486ee00133a0b52bce7647f5553038fb4bc Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Thu, 25 Feb 2016 07:05:29 +1000 Subject: [PATCH] Hopefully a more readable layout on the Github web site. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fdfe818..cdcdd6b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ assembly code, write tools such as an assembler, a filesystem creation tool, and write from scratch missing things like a shell, ls etc. scans/ holds the unmodified OCR versions of the scanned files + src/cmd holds the modified source code of the user-mode programs + src/sys holds the modified source code of the kernel + tools/ holds the source for the tools written to assist the project