From e5bcd5c264c7ea9f9e5678dcf48369ca7ed225fc Mon Sep 17 00:00:00 2001 From: Warren Toomey Date: Wed, 16 Mar 2016 06:22:12 +1000 Subject: [PATCH] More comments --- build/Notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build/Notes.md b/build/Notes.md index 6954f67..af10f12 100644 --- a/build/Notes.md +++ b/build/Notes.md @@ -94,3 +94,10 @@ we just created. I had wrong permission bit values in mkfs7 which was stopping the shell open once we had changed user-id to the real user. Now fixed, and we can now get to a shell prompt. + +## wkt Wed Mar 16 06:20:24 AEST 2016 +The shell is working, but we have to move the binaries into the user's directory +to get them to work. ls wasn't working because there was no way to open the current +directory. I've taken the decision to add a "." entry to each directory in the filesystem, +so now we can run things like ls, cat, date. We have a minimally working kernel! +