summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-04more precise PIT gate emulationbellard1-5/+38
2003-12-02disable keyboard interrupts if keyboard clock disabled (may not be fully corr...bellard1-2/+17
2003-11-16more hack for CMOS interruption (enable linux /dev/rtc not to hang) - auto bo...bellard1-1/+5
2003-11-16quick and dirty CMOS irq emulation (windows install uses it) - emm386 keyboar...bellard1-12/+118
2003-11-13Soundblaster 16 support (malc)bellard1-1/+11
2003-11-11moved IDE driver to ide.cbellard1-1369/+2
2003-11-11hardware level IDE CD-ROM emulation - added second IDE interface for up to 4 ...bellard1-71/+744
2003-11-04a20 support - keyboard led fixbellard1-6/+6
2003-10-30endianness and portability fixesbellard1-34/+56
2003-10-27fixed idt/gdt relocation bug - added support for Redhat kernelsbellard1-2/+5
2003-10-27qemu with softmmu is now the default executablebellard1-2/+14
2003-10-27disabled signal hacks for softmmu version (qemu should be much more portable ...bellard1-29/+33
2003-10-05log activation from gdb - gdb single step support for x86 - stop timer when c...bellard1-22/+75
2003-10-01automatic man page generation - BIOS installationbellard1-6/+6
2003-09-30tun-fd option support for external tundev config (Rusty Russell)bellard1-1/+7
2003-09-30buffer overflow fix - handle case where stdin is closed (Rusty Russell)bellard1-3/+7
2003-09-30simplified invocation - added automatic IDE disk geometry guessing to reuse o...bellard1-43/+113
2003-09-16glibc 2.3.x fixbellard1-2/+6
2003-08-21faster and more accurate segment handlingbellard1-12/+12
2003-08-10added VGA emulation - added PS/2 mouse and keyboard emulation - use SDL for V...bellard1-120/+409
2003-07-27refresh clock dummy emulation (netbsd boot fix)bellard1-1/+4
2003-07-26keyboard emulation - accepts to boot with Bochs BIOS and LGPL'ed VGA BIOSbellard1-92/+605
2003-07-26gdb stub breakpoints supportbellard1-2/+4
2003-07-06added user mode Linux Copy On Write disk image support - added -snapshot supp...bellard1-16/+43
2003-07-04added IDE WIN_READ_NATIVE_MAX command (2.5.xx fix) - added support for proper...bellard1-1/+37
2003-07-01allow up to 256 MB of rambellard1-2/+9
2003-07-01fixed date storage in CMOSbellard1-1/+1
2003-06-30added PIC debugbellard1-4/+30
2003-06-30added IDE mult support - reduced irq latency (IDE should have good performanc...bellard1-31/+77
2003-06-30IDE emulationbellard1-86/+754
2003-06-27added gdb support to vlbellard1-64/+106
2003-06-27more precise timer emulation - fixed NE2000 probe problems - added VLTMPDIR s...bellard1-29/+143
2003-06-25VL license of the day is MIT/BSDbellard1-6/+24
2003-06-25added NE2000 emulationbellard1-5/+529
2003-06-24for hard core developpers only: a new user mode linux project :-)bellard1-0/+1383