xv6

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

commit 6a6bf37c3c3dcab6f464d031bf94c56a770b6df6
parent c7ceb71d5757db21a2228ec33bde2f4da1677094
Author: Austin Clements <amdragon@mit.edu>
Date:   Tue, 31 Aug 2010 17:35:17 -0400

Swap bootmain.c and bootother.S.  This puts the whole boot process on one spread, though it separates the two asm files.

Diffstat:
Mrunoff.list | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runoff.list b/runoff.list @@ -9,8 +9,8 @@ elf.h # startup bootasm.S -bootother.S bootmain.c +bootother.S main.c # locks