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:43:33 -0400
commit5dace6737104d817674cfc41d41719ba58009df6 (patch)
tree11b73a1b73f869553a632ad09ae50a43d4862dc8
parent96a20b0c0fc8c0376e02f261361e22d6c6c839f9 (diff)
downloadxv6-labs-5dace6737104d817674cfc41d41719ba58009df6.tar.gz
xv6-labs-5dace6737104d817674cfc41d41719ba58009df6.tar.bz2
xv6-labs-5dace6737104d817674cfc41d41719ba58009df6.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