[DOSEMU Logo]
DOSEMU.org

| Home | | Developer Releases | | Stable Releases | | Documentation |

Home
README
Technical README
HOWTO
DANG  - 0.99
EMUfailure
Misc
Next Previous Contents

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 base/bios/bios.S Information

11.2 base/bios/hlt.c Information

11.3 Functions in base/bios/hlt.c

These 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