Changeset 235


Ignore:
Timestamp:
Jul 7, 2018, 9:09:55 AM (7 years ago)
Author:
Ben Rietbroek
Message:

Fixed display glitch caused by hard coded box-chars [v1.1.5-testing]

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.4-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/setup/part_set.asm

    r148 r235  
    10561056   mov     cx, bx
    10571057   call    VideoIO_Locate
    1058    mov     al, 0b5h
     1058   mov     al, TextChar_WinRep4
    10591059   call    VideoIO_PrintSingleChar
    10601060
     
    11261126;   inc     cl
    11271127;   call    MBR_Locate                    ; Location 16, HiddenX
    1128 ;   mov     al, 0b5h
     1128;   mov     al, TextChar_WinRep4
    11291129;   call    MBR_PrintSingleChar
    11301130;   mov     cx, 0E05h                     ; Yellow on Lila
     
    17831783      mov     cx, bx
    17841784      call    VideoIO_Locate
    1785       mov     al, 0b5h
     1785      mov     al, TextChar_WinRep4
    17861786      call    VideoIO_PrintSingleChar
    17871787
Note: See TracChangeset for help on using the changeset viewer.