Changeset 164 for trunk/bootcode/regular/partscan.asm
- Timestamp:
- Apr 8, 2017, 12:28:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/regular/partscan.asm
r146 r164 411 411 mov bx, wptr [si+LocBRPT_RelativeBegin+2] 412 412 413 414 415 416 413 add ax, wptr [CurPartition_Location+0] ; +Partition-Absolute 417 414 adc bx, wptr [CurPartition_Location+2] ; sectors 418 419 415 420 416 ; Load the partition sector … … 520 516 pop di 521 517 522 523 524 518 IFDEF AUX_DEBUG 525 519 IF 0 526 DBG_TEXT_OUT_AUX ' LVMSector-2'520 DBG_TEXT_OUT_AUX 'Name' 527 521 PUSHRF 528 522 mov si, di … … 535 529 ENDIF 536 530 ENDIF 537 538 531 539 532 ; Check if this is an IBM-BM partition
Note:
See TracChangeset
for help on using the changeset viewer.