diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-23 17:01:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-23 17:01:29 +0000 |
commit | bce4c710ba110c220311c52ca0144bf5eda744eb (patch) | |
tree | fbeb2f8f4875b488b02129755794ed70fd1fd44b /int10/README | |
parent | 008e06f2321ac250bd420d259bc7855e802915a8 (diff) | |
download | monitor-edid-bce4c710ba110c220311c52ca0144bf5eda744eb.tar monitor-edid-bce4c710ba110c220311c52ca0144bf5eda744eb.tar.gz monitor-edid-bce4c710ba110c220311c52ca0144bf5eda744eb.tar.bz2 monitor-edid-bce4c710ba110c220311c52ca0144bf5eda744eb.tar.xz monitor-edid-bce4c710ba110c220311c52ca0144bf5eda744eb.zip |
VGA softbootloader for Linux, uses an x86 CPU emulator on non x86 arches (from gbeauchesne) (was in gi/tools/ddcprobe)
Diffstat (limited to 'int10/README')
-rw-r--r-- | int10/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/int10/README b/int10/README new file mode 100644 index 0000000..4b7d0fa --- /dev/null +++ b/int10/README @@ -0,0 +1,35 @@ + +This is a preliminary version of a VGA softbooter for LINUX. + +It makes use of the of the vm86() call and is therefore only +usable on ix86 systems. +There are plans to port this program to use a x86 emulator +like x86emu. Also it may be ported to other operating systems. + +So far it has been tested on a small number of cards. It might +well be that it will fail on your card. + +If you need to make modifications to the programs to be able +to boot your card please let the author know. + +So far there is no command line interface. All options need +to be hardcoded. You can do this by editing debug.h. You can +turn on a bunch of debug output. Other options allow you to +boot the primary card (CONFIG_ACTIVE_DEVICE), save the bios +to a file (SAVE_BIOS), and map the original system bios +(MAP_SYS_BIOS). + +The author wants to thank + Hans Lermen (dosemu) + and + Kendall Bennett (x86emu) +for their support. + +Parts of the code - especially in v86.c and io.c - are based on code +taken from dosemu. Parts of the code in int.c are based on code taken +from x86emu + +Egbert Eich. <Egbert.Eich@Physik.TU-Darmstadt.DE> + + + |