xv6: formatting, cleanup, rev5
This commit is contained in:
parent
97b21b5838
commit
9c4fe7ba10
3 changed files with 7 additions and 0 deletions
7
data.S
Normal file
7
data.S
Normal file
|
@ -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
|
||||||
|
|
BIN
xv6-rev5.pdf
Normal file
BIN
xv6-rev5.pdf
Normal file
Binary file not shown.
BIN
xv6-rev5.tar.gz
Normal file
BIN
xv6-rev5.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue