Ignore:
Timestamp:
Apr 8, 2017, 12:26:09 AM (8 years ago)
Author:
Ben Rietbroek
Message:

Merged some syntax changes from different local branch [v1.1.1-testing]

Ultimately we want to use '[identifier]' in all instructions that do
memory references, so there is a clear distinction between those and
immediate values.

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.0-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/regular/partmain.asm

    r67 r73  
    22672267
    22682268    next_pe:
    2269         ; Computer pointer to PE
     2269        ; Compute pointer to PE
    22702270        mov      bx,dx          ; Point BX to 1st partition address
    22712271        mov      ax,cx          ; Get PE-index
Note: See TracChangeset for help on using the changeset viewer.