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
/
romlayout.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't assume __call16_from32 and __call16 are linear in romlayout.S.
Kevin O'Connor
2009-01-17
1
-3
/
+5
*
Put each assembler function into its own section.
Kevin O'Connor
2009-01-17
1
-71
/
+95
*
Move variables from assembler to C code.
Kevin O'Connor
2009-01-17
1
-105
/
+13
*
Remove some unused IRQ_TRAMPOLINE definitions.
Kevin O'Connor
2009-01-17
1
-3
/
+0
*
Try to automatically fit sections into open spaces in the fixed area.
Kevin O'Connor
2009-01-17
1
-5
/
+4
*
Layout fixed area using linker instead of assembler.
Kevin O'Connor
2009-01-17
1
-2
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
2009-01-01
1
-1
/
+1
*
Initial PnP bios call support.
Kevin O'Connor
2008-12-21
1
-10
/
+29
*
Rework default hwirq handler so there is no confusion on which pic to eoi.
Kevin O'Connor
2008-12-20
1
-1
/
+2
*
Make sure %ss==%ds in resume handler call.
Kevin O'Connor
2008-12-18
1
-42
/
+48
*
Cleanup of fixed space addresses.
Kevin O'Connor
2008-12-13
1
-49
/
+75
*
Improve support for old 16bit resume handlers.
Kevin O'Connor
2008-12-10
1
-1
/
+31
*
Makefile cleanups.
Kevin O'Connor
2008-12-06
1
-1
/
+1
*
Call option roms in "big real mode".
Kevin O'Connor
2008-12-06
1
-10
/
+25
*
Detect keyboard ctrl-alt-delete and try to reset machine.
Kevin O'Connor
2008-11-29
1
-0
/
+2
*
Enable a default hw irq handler.
Kevin O'Connor
2008-11-26
1
-0
/
+1
*
Add tool for generating assembler offset definition file.
Kevin O'Connor
2008-11-16
1
-18
/
+21
*
Define bit definitions for cr0 register.
Kevin O'Connor
2008-11-16
1
-7
/
+8
*
Cleanup a20 code.
Kevin O'Connor
2008-11-16
1
-7
/
+8
*
Disable a20 on 16bit calls.
Kevin O'Connor
2008-11-11
1
-5
/
+10
*
Move 32bit segment defines from romlayout.S to config.h.
Kevin O'Connor
2008-11-08
1
-14
/
+9
*
Turn on cache as first step of post.
Kevin O'Connor
2008-10-25
1
-0
/
+5
*
Improve smp detection code.
Kevin O'Connor
2008-08-17
1
-0
/
+10
*
Convert bootup code (int18/int19) to 32bit mode.
Kevin O'Connor
2008-07-06
1
-4
/
+5
*
Move $PnP string from boot.c to romlayout.S.
Kevin O'Connor
2008-07-06
1
-0
/
+9
*
Move elf entry point from post.c to romlayout.S
Kevin O'Connor
2008-07-05
1
-4
/
+12
*
Use ld to build final rom; remove custom build utilities.
Kevin O'Connor
2008-07-05
1
-18
/
+15
*
Use ".set" gas feature to avoid having to hardcode ljmpl asm insn.
Kevin O'Connor
2008-07-05
1
-2
/
+2
*
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
2008-07-04
1
-3
/
+6
*
Add code (currently disabled) to mask run away irqs.
Kevin O'Connor
2008-06-21
1
-0
/
+3
*
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
Kevin O'Connor
2008-06-11
1
-2
/
+2
*
Properly save/restore %esp high bits.
Kevin O'Connor
2008-06-08
1
-2
/
+33
*
APM fixes; don't save/clear/restore %esp high bits.
Kevin O'Connor
2008-06-07
1
-9
/
+3
*
Use a linker script for 16bit code.
Kevin O'Connor
2008-05-12
1
-37
/
+38
*
Forward port new boot menu features from bochs bios.
Kevin O'Connor
2008-04-05
1
-0
/
+1
*
Don't clobber %esp highbits on C code entry.
Kevin O'Connor
2008-03-31
1
-9
/
+17
*
Fix bug in apm32protected_entry.
Kevin O'Connor
2008-03-13
1
-9
/
+15
*
Don't pass in ebp/esp to irq handlers.
Kevin O'Connor
2008-03-11
1
-80
/
+94
*
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
2008-03-11
1
-2
/
+2
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-34
/
+70
*
Optimize insb/outsb/insw/etc. functions.
Kevin O'Connor
2008-03-09
1
-0
/
+1
*
Minor cleanups.
Kevin O'Connor
2008-03-08
1
-2
/
+12
*
Make sure to restore %ds on return from call16.
Kevin O'Connor
2008-03-08
1
-3
/
+5
*
Enhance APM support.
Kevin O'Connor
2008-03-08
1
-6
/
+24
*
use symbols for segment numbers
Kevin O'Connor
2008-03-02
1
-2
/
+2
*
Enhance included bios tables.
Kevin O'Connor
2008-03-02
1
-12
/
+4
*
Various minor cleanups.
Kevin O'Connor
2008-03-01
1
-2
/
+2
*
Improve comments in romlayout.S
Kevin O'Connor
2008-03-01
1
-6
/
+11
*
Use symbols instead of number for segment descriptors in romlayout.S
Kevin O'Connor
2008-03-01
1
-6
/
+12
[next]