index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore out/ directory.
Kevin O'Connor
2008-03-11
1
-0
/
+1
*
Reorganize ata code; reduce stack usage.
Kevin O'Connor
2008-03-11
4
-355
/
+405
*
Fix bug in atapi_get_sense.
Kevin O'Connor
2008-03-11
1
-2
/
+2
*
Halt machine on call to BX_PANIC.
Kevin O'Connor
2008-03-11
1
-2
/
+6
*
Force functions marked as inline to always be inlined.
Kevin O'Connor
2008-03-11
2
-1
/
+4
*
Unify ata_cmd_data_in/out functions.
Kevin O'Connor
2008-03-11
3
-191
/
+65
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
12
-67
/
+116
*
Call to int 1587 shouldn't alter regs->cx.
Kevin O'Connor
2008-03-09
1
-1
/
+2
*
Minor debugging improvements.
Kevin O'Connor
2008-03-09
3
-4
/
+8
*
Fix bug in int 1587.
Kevin O'Connor
2008-03-09
1
-5
/
+6
*
Fix booting logic on failure.
Kevin O'Connor
2008-03-09
1
-4
/
+11
*
Fix bug in cdrom reads causing incorrect return status.
Kevin O'Connor
2008-03-09
1
-24
/
+19
*
Make sure global variables are zerod before exiting bios post.
Kevin O'Connor
2008-03-09
1
-0
/
+4
*
Simplify e820 map generation.
Kevin O'Connor
2008-03-09
1
-43
/
+27
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
10
-118
/
+124
*
Add build option -fomit-frame-pointer.
Kevin O'Connor
2008-03-09
1
-1
/
+1
*
Fix bug in SET_FARVAR.
Kevin O'Connor
2008-03-09
1
-1
/
+2
*
Optimize insb/outsb/insw/etc. functions.
Kevin O'Connor
2008-03-09
5
-48
/
+61
*
Minor cleanups.
Kevin O'Connor
2008-03-08
5
-5
/
+17
*
Fix bug in ata.c
Kevin O'Connor
2008-03-08
1
-34
/
+28
*
Port rombios32 code from bochs-bios.
Kevin O'Connor
2008-03-08
10
-17
/
+2691
*
Minor hack - allow formats with 'l' to be shown in printf.
Kevin O'Connor
2008-03-08
1
-0
/
+5
*
Revert "Commit missing files from last commit."
Kevin O'Connor
2008-03-08
13
-2782
/
+0
*
Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."
Kevin O'Connor
2008-03-08
6
-118
/
+4
*
Make sure to restore %ds on return from call16.
Kevin O'Connor
2008-03-08
1
-3
/
+5
*
Minor cleanup - move init of bda->equipment_list_flags
Kevin O'Connor
2008-03-08
1
-4
/
+3
*
Fix keyboard init bug.
Kevin O'Connor
2008-03-08
1
-9
/
+12
*
Enhance APM support.
Kevin O'Connor
2008-03-08
3
-13
/
+35
*
Clean up disk debugging messages.
Kevin O'Connor
2008-03-08
2
-28
/
+33
*
use symbols for E820 memory types
Kevin O'Connor
2008-03-08
1
-6
/
+12
*
Use symbols for cmos offsets in ram_probe()
Kevin O'Connor
2008-03-06
3
-18
/
+20
*
Rename VISIBLE macro for better control.
Kevin O'Connor
2008-03-05
11
-28
/
+37
*
Commit missing files from last commit.
Kevin O'Connor
2008-03-05
13
-0
/
+2782
*
This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.
Kevin O'Connor
2008-03-05
6
-4
/
+118
*
Add initial support for apmbios code.
Kevin O'Connor
2008-03-05
4
-8
/
+202
*
Get CDROM emulation working.
Kevin O'Connor
2008-03-04
9
-76
/
+338
*
Ignore precision specifiers in printf code.
Kevin O'Connor
2008-03-04
1
-1
/
+12
*
Move cdrom code to its own file (cdrom.c).
Kevin O'Connor
2008-03-04
4
-276
/
+305
*
Initial cd emulation code.
Kevin O'Connor
2008-03-04
3
-12
/
+199
*
Initial cdrom support.
Kevin O'Connor
2008-03-03
2
-19
/
+226
*
Ubuntu workaround found; update TODO.
Kevin O'Connor
2008-03-03
1
-2
/
+0
*
Don't pass segment to ata_cmd_packet.
Kevin O'Connor
2008-03-03
2
-7
/
+3
*
types.h & ata.h
Kevin O'Connor
2008-03-03
3
-2
/
+6
*
Add new item to TODO.
Kevin O'Connor
2008-03-02
1
-0
/
+4
*
Cleanup start logic in post.
Kevin O'Connor
2008-03-02
1
-16
/
+12
*
use symbols for segment numbers
Kevin O'Connor
2008-03-02
1
-2
/
+2
*
Apply workaround to allow compiling under Ubuntu.
Kevin O'Connor
2008-03-02
2
-11
/
+29
*
Bug fixes; get mouse working.
Kevin O'Connor
2008-03-02
12
-24
/
+40
*
Enhance included bios tables.
Kevin O'Connor
2008-03-02
13
-63
/
+134
*
Minor cleanup of util.h
Kevin O'Connor
2008-03-02
1
-4
/
+4
[next]