aboutsummaryrefslogtreecommitdiff
path: root/src/disk.h
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Improve some debugging output.Kevin O'Connor1-1/+1
2008-05-14Add full support for drives with more that 2<<32 sectors.Kevin O'Connor1-4/+2
2008-04-13Move floppy setup code from post.c to floppy.c.Kevin O'Connor1-0/+1
2008-04-05Make several functions non-inline.Kevin O'Connor1-9/+3
2008-03-22Cleanup cdrom emulation.Kevin O'Connor1-1/+1
2008-03-11Reduce stack usage for ISRs; minor fixes.Kevin O'Connor1-7/+9
2008-03-04Get CDROM emulation working.Kevin O'Connor1-0/+1
2008-03-04Move cdrom code to its own file (cdrom.c).Kevin O'Connor1-0/+21
2008-03-04Initial cd emulation code.Kevin O'Connor1-0/+1
2008-03-03Initial cdrom support.Kevin O'Connor1-0/+5
2008-03-02Enhance included bios tables.Kevin O'Connor1-0/+22
2008-03-01Add additional int15 handlers for disk drives.Kevin O'Connor1-9/+56
2008-03-01Make disk access work.Kevin O'Connor1-3/+0
2008-02-29Initial support for ATA disks.Kevin O'Connor1-0/+5
2008-02-27Some cleanups based on patch by Nguyen Anh QuynhKevin O'Connor1-1/+5
2008-02-25Version 0.1.1rel-0.1.1Kevin O'Connor1-13/+0
2008-02-25Initial checkin.rel-0.1.0Kevin O'Connor1-0/+33