From: Devecsery, David Date: Sun, 23 Aug 2020 18:02:08 +0000 (-0400) Subject: Update lab1.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=33d126891c77801a16cdd56e49d33b74e232ead9;p=cs3210-lab1.git Update lab1.md --- diff --git a/instructions/lab1.md b/instructions/lab1.md index c2c38ad..00c80f9 100644 --- a/instructions/lab1.md +++ b/instructions/lab1.md @@ -417,7 +417,7 @@ that memory in a location the kernel can read from. The bios call is defined in # +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