From: Austin Clements Date: Tue, 31 Aug 2010 21:35:17 +0000 (-0400) Subject: Swap bootmain.c and bootother.S. This puts the whole boot process on one spread... X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=6a6bf37c3c3dcab6f464d031bf94c56a770b6df6;p=cs3210-lab1.git Swap bootmain.c and bootother.S. This puts the whole boot process on one spread, though it separates the two asm files. --- diff --git a/runoff.list b/runoff.list index 01147ea..025bbe2 100644 --- a/runoff.list +++ b/runoff.list @@ -9,8 +9,8 @@ elf.h # startup bootasm.S -bootother.S bootmain.c +bootother.S main.c # locks