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
...
*
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
*
Enhance e820 memory map generation.
Kevin O'Connor
2008-06-08
1
-4
/
+6
*
Establish boot order in post stage.
Kevin O'Connor
2008-05-18
1
-1
/
+2
*
Auto detect EBDA_SIZE from size of data structure.
Kevin O'Connor
2008-05-18
1
-2
/
+2
*
Unify memory size detection.
Kevin O'Connor
2008-05-17
1
-0
/
+3
*
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
2008-05-14
1
-1
/
+1
*
Move hard drive init from post.c to ata.c.
Kevin O'Connor
2008-04-13
1
-2
/
+1
*
Forward port new boot menu features from bochs bios.
Kevin O'Connor
2008-04-05
1
-0
/
+1
*
Minor cleanups.
Kevin O'Connor
2008-03-30
1
-5
/
+6
*
Merge IPL segment into EBDA segment.
Kevin O'Connor
2008-03-29
1
-53
/
+46
*
Refactor ata code.
Kevin O'Connor
2008-03-29
1
-1
/
+0
*
Don't pass in ebp/esp to irq handlers.
Kevin O'Connor
2008-03-11
1
-2
/
+3
*
use PACKED for bregs declaration
Kevin O'Connor
2008-03-11
1
-1
/
+1
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-1
/
+1
*
Get CDROM emulation working.
Kevin O'Connor
2008-03-04
1
-5
/
+3
*
types.h & ata.h
Kevin O'Connor
2008-03-03
1
-2
/
+0
*
Enhance included bios tables.
Kevin O'Connor
2008-03-02
1
-3
/
+6
*
Initial support for ps/2 mouse.
Kevin O'Connor
2008-03-02
1
-2
/
+9
*
Implement basic "eoi_jmp_post" code to post step.
Kevin O'Connor
2008-03-01
1
-2
/
+5
*
Initial support for ATA disks.
Kevin O'Connor
2008-02-29
1
-2
/
+6
*
Misc updates.
Kevin O'Connor
2008-02-26
1
-9
/
+113
*
Version 0.1.2
rel-0.1.2
Kevin O'Connor
2008-02-25
1
-4
/
+50
*
Version 0.1.1
rel-0.1.1
Kevin O'Connor
2008-02-25
1
-9
/
+8
*
Initial checkin.
rel-0.1.0
Kevin O'Connor
2008-02-25
1
-0
/
+184
[prev]