-
SHR DL, CL ; fail here
SHL AX, 0X08 ; fail here
ghost updated
4 years ago
-
My ne2k ISA card is set to IRQ11, and does not support IRQ9. Changed ne2k.h: #define NE2K_IRQ 11
Compile and test. No cigar. Run on QEMU w/IRQ set to 11. Still no cigar. Set QEMU IRQ to 9. Voila!
…
-
Hi there,
Congratulations on this project. I've found it amazing. However, I am having trouble getting any of the co-processors to load.
For the 80286 when I issue the FX 151,230,8 command and r…
-
Hola,
Estoy haciendo la Actividad 1 y en una de las preguntas me salen las siguientes correcciones:
"Las primeras versiones de MS-DOS eran para un chip, el Intel 8088, que **no poseía modo kernel*…
-
**Describe the bug**
We are hitting a regular segfault on v2.0.20
```
Program terminated with signal 7, Bus error.
#0 ipvs_group_cmd (rs=0x0, vs=0x55788c6d2340, drule=0x7ffcc4b83670, srule=0x7ff…
-
I am trying to implement check for `
-
Hello
I recently found a small issue with this machine, It does not recognize high density floppy disk in spite of the the small BIOS program allows to specify them.
I know this is BIOS was creat…
-
In GitLab by @radiomanV on Sep 30, 2019, 09:26
_Merges ihex -> master_
Here is, the intel hex, motorola srec and pipe support. This will address the issue #114.
The command line switch `-f ` is u…
-
**Describe the bug**
XMS function 88h is documented as follows, in RBIL 61 topic interrupt 2F.4310:
```
(Table 02771)
Call the XMS v3.0 driver "Query free extended memory" function with:
AH = …
-
The proper way to use 16 bits segment for addressing included on 32 bit is not to use Vm86 mode but the Local Descriptor Table.
On Linux winedvm does just that for Win16 applications but it uses th…