]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Update e820.S
authorDevecsery, David <ddevec@gatech.edu>
Sun, 23 Aug 2020 18:00:26 +0000 (14:00 -0400)
committerGitHub Enterprise <github-noreply@oit.gatech.edu>
Sun, 23 Aug 2020 18:00:26 +0000 (14:00 -0400)
bootblock/e820.S

index 3ab9c82fa475be7775cfcfa9349815e2b70b93d1..68f19f9b12b5922d2b895de0f5b9f87d4a5319a9 100644 (file)
@@ -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