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
/
misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add serial console support
Gerd Hoffmann
2017-09-22
1
-8
/
+0
*
Fix typos found by codespell
Stefan Weil
2015-10-09
1
-1
/
+1
*
build: Get fixed address variables from 32bit compile pass (not 16bit)
Kevin O'Connor
2014-06-11
1
-9
/
+9
*
Move most of the VAR16FIXED() defs to misc.c.
Kevin O'Connor
2014-06-04
1
-0
/
+8
*
Remove old Bochs bios fixed address string at 0xfff00.
Kevin O'Connor
2014-06-04
1
-3
/
+0
*
If an int 1587 call is made from an option rom, stay in bigreal mode.
Kevin O'Connor
2014-05-06
1
-0
/
+9
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-0
/
+2
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-2
/
+2
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-1
/
+1
*
PIC code cleanups.
Kevin O'Connor
2013-07-14
1
-1
/
+1
*
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
Kevin O'Connor
2013-02-20
1
-4
/
+4
*
Calculate "RamSize" needed by 16bit interface dynamically.
Kevin O'Connor
2013-02-19
1
-5
/
+0
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-12
/
+8
*
The mathcp setup touches the PIC and thus move to the "setup" phase.
Kevin O'Connor
2013-02-12
1
-1
/
+1
*
Add runningOnQEMU() and runningOnXen() for runtime platform detection.
Kevin O'Connor
2013-02-10
1
-0
/
+2
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-1
/
+1
*
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
2012-06-10
1
-1
/
+1
*
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
2012-06-02
1
-4
/
+4
*
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
2012-05-30
1
-6
/
+8
*
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
2010-07-28
1
-1
/
+1
*
Minor - introduce GDT_GRANLIMIT macro.
Kevin O'Connor
2010-07-25
1
-4
/
+4
*
Avoid code addresses >64K in big real mode.
Kevin O'Connor
2010-07-25
1
-2
/
+2
*
Add int1589 support.
Kevin O'Connor
2010-01-04
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-3
/
+3
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-5
/
+0
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-7
/
+7
*
Add helper macros for defining GDT descriptors.
Kevin O'Connor
2009-08-10
1
-6
/
+6
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-1
/
+1
*
Add malloc_high/fseg() and rework bios table creation to use them.
Kevin O'Connor
2009-07-25
1
-2
/
+1
*
Register int02 handler (nmi); disable NMI by default.
Kevin O'Connor
2009-03-07
1
-3
/
+3
*
Minor - rename BX_PANIC to panic.
Kevin O'Connor
2009-02-08
1
-1
/
+1
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-3
/
+3
*
Reserve space for buffers in f-segment; don't allocate from freespace.
Kevin O'Connor
2009-01-17
1
-0
/
+3
*
Move variables from assembler to C code.
Kevin O'Connor
2009-01-17
1
-0
/
+193