From d40e3e1f8be6dd68dffb51816d7d0e2e783dbe52 Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Sat, 8 Aug 2020 23:15:54 -0400 Subject: [PATCH] Update lab1.md Fixed typo in lab1 instructions around apic3 field offset. --- instructions/lab1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3