summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2020-08-10 16:25:51 -0400
committerFrans Kaashoek <[email protected]>2020-08-10 16:27:26 -0400
commit2db95f08b14f2779a31cb9e3e830f762f36f2660 (patch)
tree11b73a1b73f869553a632ad09ae50a43d4862dc8
parentf14aa421c456875fbb5fff0ef2f5c4154f11e38d (diff)
downloadxv6-labs-2db95f08b14f2779a31cb9e3e830f762f36f2660.tar.gz
xv6-labs-2db95f08b14f2779a31cb9e3e830f762f36f2660.tar.bz2
xv6-labs-2db95f08b14f2779a31cb9e3e830f762f36f2660.zip
Typo (thanks yt <[email protected]>)
-rw-r--r--kernel/entry.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/entry.S b/kernel/entry.S
index ef5a56a..62fe1f2 100644
--- a/kernel/entry.S
+++ b/kernel/entry.S
@@ -1,7 +1,7 @@
# qemu -kernel starts at 0x1000. the instructions
# there seem to be provided by qemu, as if it
# were a ROM. the code at 0x1000 jumps to
- # 0x8000000, the _start function here,
+ # 0x80000000, the _start function here,
# in machine mode. each CPU starts here.
.section .data
.globl stack0