Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Aug 2, 2023
1 parent 2848615 commit 6447666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/risc-v/src/qemu-rv/qemu_rv_head.S
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ __start:
.quad 0x200000 /* Image load offset from start of RAM */
/* TODO: _e_initstack - __start */
.quad 171644 /* Effective size of kernel image */
.quad 0x0 /* Kernel flags, little-endian */
.long 0x2 /* Version of this header */
.quad 0 /* Kernel flags, little-endian */
.long 2 /* Version of this header */
.long 0 /* Reserved */
.quad 0 /* Reserved */
.ascii "RISCV\x00\x00\x00" /* Magic number, "RISCV" (8 bytes) */
Expand Down

0 comments on commit 6447666

Please sign in to comment.