Typo (thanks yt <jaichenhengjie@qq.com>)

This commit is contained in:
Frans Kaashoek 2020-08-10 16:25:51 -04:00
parent 96a20b0c0f
commit 5dace67371

View file

@ -1,7 +1,7 @@
# qemu -kernel starts at 0x1000. the instructions # qemu -kernel starts at 0x1000. the instructions
# there seem to be provided by qemu, as if it # there seem to be provided by qemu, as if it
# were a ROM. the code at 0x1000 jumps to # 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. # in machine mode. each CPU starts here.
.section .data .section .data
.globl stack0 .globl stack0