diff options
author | Robert Morris <[email protected]> | 2020-08-13 08:05:13 -0400 |
---|---|---|
committer | Robert Morris <[email protected]> | 2020-08-13 08:05:13 -0400 |
commit | e1a2cd59faf0cf7a3b315cefff11d68b68ec54a7 (patch) | |
tree | 79bc9fa5898946b04e61b3366003b117bf6773c2 /kernel/entry.S | |
parent | d32eac366fd06ec58cc3b34a3ca1824864bd7618 (diff) | |
parent | 315c37c0f1e7c05f7b7d0ec145a2002b0612c49c (diff) | |
download | xv6-labs-e1a2cd59faf0cf7a3b315cefff11d68b68ec54a7.tar.gz xv6-labs-e1a2cd59faf0cf7a3b315cefff11d68b68ec54a7.tar.bz2 xv6-labs-e1a2cd59faf0cf7a3b315cefff11d68b68ec54a7.zip |
Merge branch 'riscv' of g.csail.mit.edu:xv6-dev into riscv
Diffstat (limited to 'kernel/entry.S')
-rw-r--r-- | kernel/entry.S | 2 |
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 |