Changeset 146
- Timestamp:
 - Apr 8, 2017, 12:27:47 AM (9 years ago)
 - Location:
 - trunk/bootcode/regular
 - Files:
 - 
      
- 2 edited
 
- 
          
  driveio.asm (modified) (1 diff)
 - 
          
  partscan.asm (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/bootcode/regular/driveio.asm
r143 r146 416 416 ret 417 417 DriveIO_SavePartition EndP 418 419 ; Keeps DS:SI for caller420 DriveIO_LoadTmpSector Proc Near421 mov si, offset TmpSector422 call DriveIO_LoadSector423 ret424 DriveIO_LoadTmpSector EndP425 426 ; Keeps DS:SI for caller427 DriveIO_SaveTmpSector Proc Near428 mov si, offset TmpSector429 call DriveIO_SaveSector430 ret431 DriveIO_SaveTmpSector EndP432 418 433 419  - 
      
trunk/bootcode/regular/partscan.asm
r144 r146 418 418 419 419 420 ; Sets up DS:SI - TmpSector 421 call DriveIO_LoadTmpSector ; Loads Boot record 422 423 420 ; Load the partition sector 421 mov si, offset [TmpSector] 422 call DriveIO_LoadSector 424 423 425 424 push si  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  