11. The Bios group of Modules

All of the Bios code is in the "bios" subdirectory.

DOSEMU requires certain code to be coded in assembler and also code to be located in the F000 segment. This is where all such code should be put.

11.1. Functions in base/bios/hlt.c

These are the functions defined in base/bios/hlt.c.

11.1.1. hlt_init(void)

Resets all the HLT handlers

11.1.2. hlt_handle()

Handles a HLT instruction reached inside the dos emulator.