Changeset b1747a5 in mainline
- Timestamp:
- 2009-01-19T15:35:24Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a0367f
- Parents:
- ff50f40
- Location:
- kernel/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/boot/boot.S
rff50f40 rb1747a5 428 428 int $0x10 429 429 430 jmp vga_not_compat 430 cmp $0x00, %ah 431 je vga_not_compat 431 432 432 433 vga_compat: -
kernel/arch/ia32/src/boot/boot.S
rff50f40 rb1747a5 443 443 int $0x10 444 444 445 jmp vga_not_compat 445 cmp $0x00, %ah 446 je vga_not_compat 446 447 447 448 vga_compat:
Note:
See TracChangeset
for help on using the changeset viewer.