Update the size of the OS string table that wasn't updated in the previous
commit that removed the UNIX entry. Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> Approved by: re (rwatson)
This commit is contained in:
parent
97d8d152c2
commit
9778a4e0c3
@ -25,7 +25,7 @@
|
||||
.set PRT_OFF,0x1be # Partition table
|
||||
|
||||
.set TBL0SZ,0x3 # Table 0 size
|
||||
.set TBL1SZ,0xc # Table 1 size
|
||||
.set TBL1SZ,0xb # Table 1 size
|
||||
|
||||
.set MAGIC,0xaa55 # Magic: bootable
|
||||
.set B0MAGIC,0xbb66 # Identification
|
||||
|
Loading…
Reference in New Issue
Block a user