From 04be8fb232ef0f1f52444b0e513a9a256c5a031f Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 31 Aug 2010 16:18:44 -0400 Subject: Rebalance TOC --- runoff.list | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'runoff.list') diff --git a/runoff.list b/runoff.list index 3258398..01147ea 100644 --- a/runoff.list +++ b/runoff.list @@ -23,7 +23,6 @@ proc.c swtch.S kalloc.c vm.c - # system calls traps.h vectors.pl @@ -46,8 +45,6 @@ file.c sysfile.c exec.c - - # pipes pipe.c @@ -73,3 +70,5 @@ init.c sh.c + + -- cgit v1.2.3 From 6a6bf37c3c3dcab6f464d031bf94c56a770b6df6 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 31 Aug 2010 17:35:17 -0400 Subject: Swap bootmain.c and bootother.S. This puts the whole boot process on one spread, though it separates the two asm files. --- runoff.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runoff.list') 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 -- cgit v1.2.3 From dd3ecd42cd6c8dee72e5212848cd8037d47f81dd Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 2 Sep 2010 04:06:35 -0400 Subject: Re-re-arrange bootasm and bootother. We can't get bootasm and bootmain on the same page, but this will make them easier to flip between. --- runoff.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runoff.list') diff --git a/runoff.list b/runoff.list index 025bbe2..01147ea 100644 --- a/runoff.list +++ b/runoff.list @@ -9,8 +9,8 @@ elf.h # startup bootasm.S -bootmain.c bootother.S +bootmain.c main.c # locks -- cgit v1.2.3 From cf4b1ad90bcaeeb0c8458098c87948f61d408f94 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 19 Feb 2011 21:17:55 -0500 Subject: xv6: formatting, cleanup, rev5 (take 2) --- runoff.list | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runoff.list') diff --git a/runoff.list b/runoff.list index 01147ea..f0edaf0 100644 --- a/runoff.list +++ b/runoff.list @@ -22,6 +22,7 @@ proc.h proc.c swtch.S kalloc.c +data.S vm.c # system calls traps.h @@ -48,6 +49,7 @@ exec.c # pipes pipe.c + # string operations string.c @@ -62,6 +64,7 @@ kbd.c console.c timer.c uart.c +multiboot.S # user-level initcode.S @@ -72,3 +75,4 @@ sh.c + -- cgit v1.2.3