Changeset b1747a5 in mainline


Ignore:
Timestamp:
2009-01-19T15:35:24Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a0367f
Parents:
ff50f40
Message:

fallback to VGA registers if VESA routine fails

Location:
kernel/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/boot/boot.S

    rff50f40 rb1747a5  
    428428                int $0x10
    429429               
    430                 jmp vga_not_compat
     430                cmp $0x00, %ah
     431                je vga_not_compat
    431432       
    432433        vga_compat:
  • kernel/arch/ia32/src/boot/boot.S

    rff50f40 rb1747a5  
    443443                int $0x10
    444444               
    445                 jmp vga_not_compat
     445                cmp $0x00, %ah
     446                je vga_not_compat
    446447       
    447448        vga_compat:
Note: See TracChangeset for help on using the changeset viewer.