8086tiny icon indicating copy to clipboard operation
8086tiny copied to clipboard

ecm's repository for 8086tiny: a tiny PC emulator/virtual machine

Results 6 8086tiny issues
Sort by recently updated
recently updated
newest added

Resolves #6 but that's just the tip of the iceberg. The hard disk geometry detection is very dodgy indeed; and rather than try to fix it I decided I won't...

I was looking into adding LBA bios extensions (I have plans...) and I found this issue. extended_read_disk always writes its return value to AL (not AX), but the invocation does:...

Build warning: ```` cc 8086tiny.c -DNO_GRAPHICS -O3 -fsigned-char -std=c99 -o 8086tiny 8086tiny.c: In function 'main': 8086tiny.c:808:49: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 808 | ftime(&ms_clock); |...

**Q1:** In `bios.asm`, how can I save a value (number, string, etc.) such as the content of `biosstr` (string) in a memory area of the emulator, and then read and...

This seems to occur (in a screen session in an ssh session, connected to with ConnectBot) when the command line is displayed in the lower half of the display. The...