From 2db95f08b14f2779a31cb9e3e830f762f36f2660 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Mon, 10 Aug 2020 16:25:51 -0400 Subject: [PATCH] Typo (thanks yt ) --- kernel/entry.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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