From 7ad0bea52d1b4c1fe32ebbdb3b05db525cf9fe6c Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Sat, 8 Aug 2020 23:14:58 -0400 Subject: [PATCH] Update e820.S Fixed typo in do_e820 comment. --- bootblock/e820.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3