xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8051760482b7aa8cb68978b944c8913830db984d
parent 382c7f638b76d411c9a1286ef96af0a3307c4229
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat, 28 Dec 2013 06:10:50 -0800

update readme

Diffstat:
MREADME | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -17,3 +17,10 @@ this working branch and any local changes as the original project and to hopefully avoid people pestering the original authors about bugs I may introduce while poking at their code. +. . . + +The biggest change to the code thus far is to organize it into kernel/, +include/, user/, ulib/, and tools/ subdirectories, and arrange for the +build to put intermediate object files into kobj/ and uobj/ directories, +other intermediates into out/ and the filesystem contents into fs/. +