]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Update list of files to include in printout
authorFrans Kaashoek <kaashoek@Frans-Kaashoeks-MacBook-Pro.local>
Tue, 16 Aug 2011 00:28:28 +0000 (20:28 -0400)
committerFrans Kaashoek <kaashoek@Frans-Kaashoeks-MacBook-Pro.local>
Tue, 16 Aug 2011 00:28:28 +0000 (20:28 -0400)
runoff.list

index f0edaf0c61bf110618fe5472bed0649b45fe7c1a..ddd7062985511580b0ab6dd920921e428af3e795 100644 (file)
@@ -1,16 +1,20 @@
 # basic headers
 types.h
 param.h
+memlayout.h
 defs.h
 x86.h
 asm.h
 mmu.h
 elf.h
 
-# startup
+# bootloader
 bootasm.S
-bootother.S
 bootmain.c
+
+# entering xv6
+entry.S
+entryother.S
 main.c
 
 # locks
@@ -42,6 +46,7 @@ file.h
 ide.c
 bio.c
 fs.c
+log.c
 file.c
 sysfile.c
 exec.c
@@ -64,7 +69,6 @@ kbd.c
 console.c
 timer.c
 uart.c
-multiboot.S
 
 # user-level
 initcode.S