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 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