]> git.ipfire.org Git - ipfire-2.x.git/blame - src/hwinfo/src/int10/README
Kleiner netter neuer Versuch.
[ipfire-2.x.git] / src / hwinfo / src / int10 / README
CommitLineData
a6316ce4
MT
1
2This is a preliminary version of a VGA softbooter for LINUX.
3
4It makes use of the of the vm86() call and is therefore only
5usable on ix86 systems.
6There are plans to port this program to use a x86 emulator
7like x86emu. Also it may be ported to other operating systems.
8
9So far it has been tested on a small number of cards. It might
10well be that it will fail on your card.
11
12If you need to make modifications to the programs to be able
13to boot your card please let the author know.
14
15So far there is no command line interface. All options need
16to be hardcoded. You can do this by editing debug.h. You can
17turn on a bunch of debug output. Other options allow you to
18boot the primary card (CONFIG_ACTIVE_DEVICE), save the bios
19to a file (SAVE_BIOS), and map the original system bios
20(MAP_SYS_BIOS).
21
22The author wants to thank
23 Hans Lermen (dosemu)
24 and
25 Kendall Bennett (x86emu)
26for their support.
27
28Parts of the code - especially in v86.c and io.c - are based on code
29taken from dosemu. Parts of the code in int.c are based on code taken
30from x86emu
31
32Egbert Eich. <Egbert.Eich@Physik.TU-Darmstadt.DE>
33
34
35