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
*
Update README file with more information on using the bios.
rel-0.2.0
Kevin O'Connor
2008-03-30
1
-23
/
+129
*
Unify checksum functions.
Kevin O'Connor
2008-03-29
5
-59
/
+25
*
Fix bugs in GET/SET_FARPTR macros.
Kevin O'Connor
2008-03-29
1
-5
/
+7
*
Cleanup boot order determination.
Kevin O'Connor
2008-03-29
2
-21
/
+9
*
Merge IPL segment into EBDA segment.
Kevin O'Connor
2008-03-29
3
-68
/
+57
*
Refactor ata code.
Kevin O'Connor
2008-03-29
3
-305
/
+240
*
Reorder basic_access() to reduce stack usage.
Kevin O'Connor
2008-03-29
1
-12
/
+12
*
Minor debugging improvements.
Kevin O'Connor
2008-03-29
1
-3
/
+3
*
Move internal defs from ata.h to ata.c.
Kevin O'Connor
2008-03-23
2
-50
/
+50
*
Limit cdrom emulation available functions.
Kevin O'Connor
2008-03-22
1
-2
/
+17
*
Remove redundant debug statements from disk.c.
Kevin O'Connor
2008-03-22
1
-2
/
+0
*
Cleanup cdrom emulation.
Kevin O'Connor
2008-03-22
5
-112
/
+100
*
Use "FARPTR" consistently in macros.
Kevin O'Connor
2008-03-22
5
-31
/
+31
*
Fix disk_1301 handler.
Kevin O'Connor
2008-03-22
1
-3
/
+6
*
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
Kevin O'Connor
2008-03-22
4
-26
/
+37
*
Guard header file pci.h
Kevin O'Connor
2008-03-21
1
-0
/
+5
*
Minor change - use set_success() instead of set_cf in pcibios.c.
Kevin O'Connor
2008-03-21
1
-1
/
+1
*
Make sure we zero bss before calling rombios32 code.
Kevin O'Connor
2008-03-16
2
-1
/
+5
*
Basic support for PCI BIOS.
Kevin O'Connor
2008-03-16
8
-51
/
+381
*
Minor cleanups.
Kevin O'Connor
2008-03-15
4
-6
/
+3
*
Fix bug in apm32protected_entry.
Kevin O'Connor
2008-03-13
1
-9
/
+15
*
Split up ata_detect() function.
Kevin O'Connor
2008-03-13
1
-238
/
+240
*
Use LBA disk access methods always; don't use CHS methods.
Kevin O'Connor
2008-03-13
3
-44
/
+11
*
Move keyboard setup to kbd.c.
Kevin O'Connor
2008-03-12
4
-148
/
+167
*
Update interger types in rombios32 code.
Kevin O'Connor
2008-03-12
2
-280
/
+273
*
Move ata_detect call to 32bit code.
Kevin O'Connor
2008-03-12
3
-15
/
+9
*
Move irq_enable/disable out of ata.c
Kevin O'Connor
2008-03-12
2
-7
/
+10
*
Use 32bit absolute pointers for buffers in ATA code.
Kevin O'Connor
2008-03-12
5
-98
/
+121
*
Add FIELD_SIZEOF macro to types.h
Kevin O'Connor
2008-03-11
1
-0
/
+1
*
Use SET_BDA and GET_BDA to modify and retrieve BDA fields (post.c)
Kevin O'Connor
2008-03-11
1
-57
/
+61
*
Clear area changed during shadow enable.
Kevin O'Connor
2008-03-11
1
-0
/
+3
*
Don't pass in ebp/esp to irq handlers.
Kevin O'Connor
2008-03-11
4
-87
/
+100
*
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
2008-03-11
6
-14
/
+14
*
use PACKED for bregs declaration
Kevin O'Connor
2008-03-11
1
-1
/
+1
*
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
[next]