|
||||||||
|
Next
Previous
Contents
11. The Bios group of ModulesAll 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 base/bios/bios.S Information
11.2 base/bios/hlt.c Information
11.3 Functions in base/bios/hlt.cThese are the functions defined in base/bios/hlt.c.
hlt_init(void)
Resets all the HLT handlers
hlt_handle()
Handles a HLT instruction reached inside the dos emulator.
Next Previous Contents |
|||||||
The DOSEMU team |