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
path:
root
/
src
/
biosvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only show bootsplash during boot menu.
Kevin O'Connor
2010-08-25
1
-1
/
+0
*
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
2010-07-28
1
-0
/
+6
*
Be sure to disable bootsplash on all BIOS boot cases.
Kevin O'Connor
2010-07-26
1
-1
/
+2
*
Allocate cdemu buffer in low mem instead of ebda.
Kevin O'Connor
2010-06-06
1
-2
/
+0
*
Revert "Rework disabling of ps2 port irqs."
Kevin O'Connor
2010-03-13
1
-28
/
+2
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
1
-5
/
+5
*
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
2010-02-15
1
-2
/
+4
*
Support USB keyboard auto-repeat.
Kevin O'Connor
2010-02-11
1
-0
/
+13
*
Rework disabling of ps2 port irqs.
Kevin O'Connor
2010-01-28
1
-2
/
+28
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-3
/
+3
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-2
/
+21
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-3
/
+3
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-0
/
+1
*
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
2009-10-22
1
-8
/
+13
*
Add support for permanent low memory allocations.
Kevin O'Connor
2009-09-24
1
-3
/
+1
*
Define bit names for keyboard shift flags.
Kevin O'Connor
2009-09-11
1
-1
/
+1
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-19
/
+6
*
Store cdrom emulated driveid directly.
Kevin O'Connor
2009-08-11
1
-3
/
+2
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-1
/
+1
*
Remove unused cdemu ATA code.
Kevin O'Connor
2009-08-09
1
-3
/
+0
*
Implement cdrom disk emulation at high-level instead of in low-level ATA.
Kevin O'Connor
2009-08-09
1
-10
/
+16
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-1
/
+3
*
Unify mode16/32 compiler checks.
Kevin O'Connor
2009-06-15
1
-6
/
+2
*
Verify ebda segment looks sane before using during resume.
Kevin O'Connor
2009-05-17
1
-0
/
+6
*
Minor - add some additional vga definitions of bda.
Kevin O'Connor
2009-05-06
1
-0
/
+9
*
More floppy code cleanups.
Kevin O'Connor
2009-02-07
1
-2
/
+1
*
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
2009-01-19
1
-2
/
+6
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-1
/
+1
*
Minor - streamline SET_GLOBAL macro - reduce #if usage.
Kevin O'Connor
2009-01-19
1
-9
/
+5
*
Move variables from assembler to C code.
Kevin O'Connor
2009-01-17
1
-4
/
+4
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
2009-01-02
1
-7
/
+16
*
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
2009-01-01
1
-4
/
+9
*
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
2008-12-31
1
-2
/
+21
*
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
2008-12-29
1
-5
/
+12
*
Move IPL definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-27
/
+1
*
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-89
/
+29
*
Move ram size definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-4
/
+0
*
Move pir table offset from ebda to a global variable.
Kevin O'Connor
2008-12-28
1
-3
/
+0
*
Support a relocatable ebda segment.
Kevin O'Connor
2008-12-26
1
-5
/
+10
*
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
2008-12-13
1
-0
/
+16
*
Improve support for old 16bit resume handlers.
Kevin O'Connor
2008-12-10
1
-2
/
+7
*
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
2008-11-08
1
-2
/
+4
*
Update e820 map in place instead of copying it.
Kevin O'Connor
2008-11-08
1
-2
/
+0
*
Add support for more than 4Gig of ram.
Kevin O'Connor
2008-10-25
1
-1
/
+2
*
Supply vga register names for BDA.
Kevin O'Connor
2008-10-25
1
-5
/
+17
*
Use PCI bus scan to find all ATA controllers. Several IDE fixes.
Kevin O'Connor
2008-08-31
1
-1
/
+1
*
Rewrite ps2 port (keyboard/mouse) handling.
Kevin O'Connor
2008-07-20
1
-0
/
+2
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-50
/
+4
*
Generate PIR table at post time.
Kevin O'Connor
2008-06-12
1
-0
/
+1
[next]