Changeset 82


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

Increased scratch buffer [v1.1.1-testing]

Now it can hold a sector, handy while debugging.

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/airboot.asm

    r81 r82  
    21542154LVMSector           db  512 dup (?) ; Temporary Sector for LVM
    21552155TmpSector           db  512 dup (?) ; Temporary Sector
    2156 Scratch             db  256 dup (?) ; Scratch buffer
     2156Scratch             db  512 dup (?) ; Scratch buffer
    21572157
    21582158; -----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.