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
...
*
Reduce ide stack usage by reorganizing ata calls.
Kevin O'Connor
2008-05-13
3
-35
/
+99
*
Add tool to check stack usage of 16bit code.
Kevin O'Connor
2008-05-12
2
-6
/
+120
*
Add compile options to reduce stack usage.
Kevin O'Connor
2008-05-12
1
-1
/
+2
*
Use a linker script for 16bit code.
Kevin O'Connor
2008-05-12
6
-44
/
+77
*
Fix elf build; rename target file rom.bin to bios.bin.
Kevin O'Connor
2008-05-10
4
-10
/
+9
*
Support 32bit entry point and an elf wrapped binary.
Kevin O'Connor
2008-05-08
2
-0
/
+19
*
Add support for sending debug messages to a serial port.
Kevin O'Connor
2008-05-07
5
-10
/
+57
*
This patch does:
Kevin O'Connor
2008-05-06
2
-29
/
+39
*
Minor cleanups.
Kevin O'Connor
2008-05-06
8
-21
/
+19
*
Expand floppy_ret to show function names when return code is a failure.
rel-0.2.2
Kevin O'Connor
2008-04-24
1
-3
/
+6
*
Compile fixes for gcc 4.3.
Kevin O'Connor
2008-04-13
6
-8
/
+6
*
Move timer setup from post.c to clock.c.
Kevin O'Connor
2008-04-13
4
-33
/
+35
*
Move serial/lpt setup from post.c to serial.c
Kevin O'Connor
2008-04-13
4
-58
/
+61
*
Move hard drive init from post.c to ata.c.
Kevin O'Connor
2008-04-13
4
-85
/
+91
*
Move floppy setup code from post.c to floppy.c.
Kevin O'Connor
2008-04-13
4
-20
/
+22
*
Fix typo causing fdpt1 from structure from being populated.
Kevin O'Connor
2008-04-13
1
-3
/
+1
*
Add compile options to Makefile to reduce stack space.
Kevin O'Connor
2008-04-13
1
-4
/
+6
*
Use __always_inline to force inlining.
Kevin O'Connor
2008-04-13
2
-4
/
+4
*
Fix asm dependencies on segment based writes.
Kevin O'Connor
2008-04-12
1
-6
/
+6
*
Fix bug causing low memory configs to be off by 1024 in e820 maps.
Kevin O'Connor
2008-04-12
1
-0
/
+1
*
Fix typo - a memcpy should have been memset in rombios32.c
Kevin O'Connor
2008-04-12
1
-2
/
+3
*
Memset should return 'void *' - just to conform to standards.
Kevin O'Connor
2008-04-12
2
-2
/
+3
*
Fix bug causing write corruption on large disks.
rel-0.2.1
Kevin O'Connor
2008-04-05
1
-3
/
+3
*
Port fix from bochs-bios for incorrect acpi on boxes < 16M.
Kevin O'Connor
2008-04-05
1
-1
/
+1
*
Introduce cpu_relax() and use it in busy loops.
Kevin O'Connor
2008-04-05
3
-6
/
+17
*
Forward port new boot menu features from bochs bios.
Kevin O'Connor
2008-04-05
9
-19
/
+150
*
Make several functions non-inline.
Kevin O'Connor
2008-04-05
5
-62
/
+107
*
Add s64 type to types.h.
Kevin O'Connor
2008-04-05
1
-1
/
+2
*
Minor enhancements to README file.
Kevin O'Connor
2008-04-01
1
-7
/
+12
*
Don't clobber %esp highbits on C code entry.
Kevin O'Connor
2008-03-31
1
-9
/
+17
*
Avoid using volatile on GET/SET_VAR macros.
Kevin O'Connor
2008-03-30
1
-42
/
+54
*
Minor cleanup of GET_VAR usage in output.c.
Kevin O'Connor
2008-03-30
1
-4
/
+4
*
Minor cleanups.
Kevin O'Connor
2008-03-30
8
-33
/
+37
*
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
[prev]
[next]