/trunk/kernel/arch/amd64/src/boot/boot.S |
---|
427,7 → 427,8 |
xor %dx, %dx |
int $0x10 |
jmp vga_not_compat |
cmp $0x00, %ah |
je vga_not_compat |
vga_compat: |
/trunk/kernel/arch/ia32/src/boot/boot.S |
---|
442,7 → 442,8 |
xor %dx, %dx |
int $0x10 |
jmp vga_not_compat |
cmp $0x00, %ah |
je vga_not_compat |
vga_compat: |