From: Devecsery, David Date: Sun, 9 Aug 2020 03:14:58 +0000 (-0400) Subject: Update e820.S X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=7ad0bea52d1b4c1fe32ebbdb3b05db525cf9fe6c;p=cs3210-lab1.git Update e820.S Fixed typo in do_e820 comment. --- diff --git a/bootblock/e820.S b/bootblock/e820.S index 46ab6bc..3ab9c82 100644 --- a/bootblock/e820.S +++ b/bootblock/e820.S @@ -23,7 +23,7 @@ dest_addr: # +0 : an 8-byte physical_address field # +8 : an 8-byte length field # +16 : a 4-byte type field -# +24 : a 4 byte apic3 field (unused) +# +20 : a 4 byte apic3 field (unused) # # The physical_address field contains the physical address of the RAM block # The length field contains the number of bytes in this RAM block