xv6

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

commit 9c4fe7ba105c0430c90179fd1e93c3d439a8cbd5
parent 97b21b5838759e71144d02ff554f594c56fe54ae
Author: Russ Cox <rsc@swtch.com>
Date:   Sat, 19 Feb 2011 21:16:54 -0500

xv6: formatting, cleanup, rev5

Diffstat:
Adata.S | 7+++++++
Axv6-rev5.pdf | 0
Axv6-rev5.tar.gz | 0
3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/data.S b/data.S @@ -0,0 +1,7 @@ +# Define "data" symbol to mark beginning of data segment. +# Must be linked before any other data on ld command line. +.data +.globl data +data: + .word 1 + diff --git a/xv6-rev5.pdf b/xv6-rev5.pdf Binary files differ. diff --git a/xv6-rev5.tar.gz b/xv6-rev5.tar.gz Binary files differ.