Assembly code
In al, 0x92
Or al, 2
Out 0x92, al
Another way is to use the BIOS.
INT 15, 2401
mov ax, 0x2401
int 0x15
Assembly code
In al, 0x92
Or al, 2
Out 0x92, al
Another way is to use the BIOS.
INT 15, 2401
mov ax, 0x2401
int 0x15
Legacy BIOS | UEFI BIOS | |
Language | Interrupt | C (99%) |
Resource | InterruptHardcode Memory AccessHardcode I/O Access | Driver \ Protocols |
Processor | X86 16-bits | CPU Protected Mode (Flat Mode) |
Target | Binary Code | Removable Binary Drivers |
Expand | Hook Interrupt | Load Driver |
OS Bridge | ACPI | Run Time Driver Service |
3rd Party ISV & IHV | Bad for Support | Easy for Support and Multi-Platforms |