From: Devecsery, David Date: Sun, 23 Aug 2020 18:00:26 +0000 (-0400) Subject: Update e820.S X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=4f4aeca5f9c41d2f4ee9d2ae6a78d011976ffd9a;p=cs3210-lab1.git Update e820.S --- diff --git a/bootblock/e820.S b/bootblock/e820.S index 3ab9c82..68f19f9 100644 --- a/bootblock/e820.S +++ b/bootblock/e820.S @@ -19,7 +19,7 @@ dest_addr: # +0 : a 4-byte size field, containing the number of e820 records found # +4 : an array of e820 records. # -# E820 records are 32 bytes in size, and have the following format: +# E820 records are 24 bytes in size, and have the following format: # +0 : an 8-byte physical_address field # +8 : an 8-byte length field # +16 : a 4-byte type field