Skip to content

Commit

Permalink
xv6: formatting, cleanup, rev5
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Feb 20, 2011
1 parent 97b21b5 commit 9c4fe7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data.S
Original file line number Diff line number Diff line change
@@ -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

Binary file added xv6-rev5.pdf
Binary file not shown.
Binary file added xv6-rev5.tar.gz
Binary file not shown.

0 comments on commit 9c4fe7b

Please sign in to comment.