Changeset 217
- Timestamp:
- Nov 9, 2017, 11:25:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/driveio.asm
r216 r217 327 327 jz DIOLP_Success 328 328 329 ; ---------------------------------------------------- [Check for LUKS] 330 ; Check for LUKS signature 331 ; If the LUKS signature is foud, set CY and exit to indicate no 332 ; are found partitions. This prevents LUKS disks from appearing in the 333 ; menu in the off chance the luks-sector has a 0xaa55 at offset 0x01fe. 334 cmp word ptr [si+00h], 554ch ; 'LU' 335 jne @F 336 cmp word ptr [si+02h], 534bh ; 'KS' 337 stc 338 jz DIOLP_Success 339 340 @@: 329 341 clc 330 342 cmp wptr [si+LocBR_Magic], 0AA55h
Note:
See TracChangeset
for help on using the changeset viewer.