How to interact with the BIOS
The Basic Input/Output System, or BIOS, is what controls the computer before any operating system runs. To access services provided by the BIOS, assembly code uses interrupts. An interrupt takes the form of
int <interrupt> ; interrupt must be a literal number, n...