seabios.git
2008-03-05 Kevin O'ConnorGet CDROM emulation working.
2008-03-05 Kevin O'ConnorIgnore precision specifiers in printf code.
2008-03-05 Kevin O'ConnorMove cdrom code to its own file (cdrom.c).
2008-03-05 Kevin O'ConnorInitial cd emulation code.
2008-03-04 Kevin O'ConnorInitial cdrom support.
2008-03-04 Kevin O'ConnorUbuntu workaround found; update TODO.
2008-03-04 Kevin O'ConnorDon't pass segment to ata_cmd_packet.
2008-03-04 Kevin O'Connortypes.h & ata.h
2008-03-03 Kevin O'ConnorAdd new item to TODO.
2008-03-03 Kevin O'ConnorCleanup start logic in post.
2008-03-03 Kevin O'Connoruse symbols for segment numbers
2008-03-03 Kevin O'ConnorApply workaround to allow compiling under Ubuntu.
2008-03-02 Kevin O'ConnorBug fixes; get mouse working.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-02 Kevin O'ConnorMinor cleanup of util.h
2008-03-02 Kevin O'ConnorInitial support for ps/2 mouse.
2008-03-02 Kevin O'ConnorRename PORT_KBD_* to PORT_PS2_*
2008-03-02 Kevin O'ConnorVarious minor cleanups.
2008-03-02 Kevin O'ConnorAdd additional int15 handlers for disk drives.
2008-03-01 Kevin O'ConnorReduce stack usage in call16().
2008-03-01 Kevin O'ConnorCleanup implementation of call16().
2008-03-01 Kevin O'ConnorMinor - reduce stack usage of handle_1587.
2008-03-01 Kevin O'ConnorImplement basic "eoi_jmp_post" code to post step.
2008-03-01 Kevin O'ConnorUpdate TODO notes.
2008-03-01 Kevin O'ConnorImprove comments in romlayout.S
2008-03-01 Kevin O'ConnorFix for int15 handlers.
2008-03-01 Kevin O'ConnorAdd copyrights to ata.c/h files.
2008-03-01 Kevin O'ConnorMinor update to bprintf.
2008-03-01 Kevin O'ConnorMake disk access work.
2008-03-01 Kevin O'ConnorFix header guards produced by defsys.py
2008-03-01 Kevin O'ConnorCleanup of post.c
2008-03-01 Kevin O'ConnorUse symbols instead of number for segment descriptors...
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
2008-02-29 Kevin O'ConnorEnable extra debugging.
2008-02-29 Kevin O'ConnorMinor cleanup in floppy.c
2008-02-29 Kevin O'ConnorHave compiler add debugging info to main 16bit code.
2008-02-29 Kevin O'Connorthe idt descriptors look a bit wrong. this patch fixes...
2008-02-27 Kevin O'ConnorSome cleanups based on patch by Nguyen Anh Quynh
2008-02-27 Kevin O'ConnorMerge recent changes to bochs-bios CVS head.
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.