From: Devecsery, David Date: Sun, 9 Aug 2020 03:15:54 +0000 (-0400) Subject: Update lab1.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=d40e3e1f8be6dd68dffb51816d7d0e2e783dbe52;p=cs3210-lab1.git Update lab1.md Fixed typo in lab1 instructions around apic3 field offset. --- diff --git a/instructions/lab1.md b/instructions/lab1.md index abc373a..c7378ae 100644 --- a/instructions/lab1.md +++ b/instructions/lab1.md @@ -427,7 +427,7 @@ that memory in a location the kernel can read from. The bios call is defined in # +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