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
/
farptr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+1
*
Move definition of struct segoff_s from farptr.h to types.h.
Kevin O'Connor
2013-09-18
1
-10
/
+0
*
Fix 'union u64_u32_u' member names.
Kevin O'Connor
2012-09-15
1
-2
/
+2
*
Use inline functions instead of macros for GET/SET_SEG segment manipulation.
Kevin O'Connor
2012-05-24
1
-8
/
+22
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Only add "addr32" to memory accesses that require them.
Kevin O'Connor
2009-12-27
1
-46
/
+46
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-11
/
+3
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-0
/
+19
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-8
/
+9
*
Add u64 cast to READ64_SEG() macro to fix vga compiling.
Kevin O'Connor
2009-07-12
1
-1
/
+1
*
Rework READ64_SEG macro to prevent spurious warning on gcc 4.4.
Kevin O'Connor
2009-06-30
1
-5
/
+6
*
Unify mode16/32 compiler checks.
Kevin O'Connor
2009-06-15
1
-0
/
+8
*
Allow GET/SET_SEG asm to access memory or a register.
Kevin O'Connor
2009-01-19
1
-2
/
+2
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-46
/
+46
*
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
-2
/
+3
*
Rework READx_SEG/WRITEx_SEG macro type detection.
Kevin O'Connor
2008-11-08
1
-52
/
+38
*
Always define macro MODE16 - that way it can be used in C conditionals.
Kevin O'Connor
2008-07-13
1
-1
/
+1
*
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
2008-05-14
1
-0
/
+19
*
Fix asm dependencies on segment based writes.
Kevin O'Connor
2008-04-12
1
-6
/
+6
*
Avoid using volatile on GET/SET_VAR macros.
Kevin O'Connor
2008-03-30
1
-42
/
+54
*
Fix bugs in GET/SET_FARPTR macros.
Kevin O'Connor
2008-03-29
1
-5
/
+7
*
Use "FARPTR" consistently in macros.
Kevin O'Connor
2008-03-22
1
-16
/
+16
*
Use 32bit absolute pointers for buffers in ATA code.
Kevin O'Connor
2008-03-12
1
-40
/
+72
*
Fix bug in SET_FARVAR.
Kevin O'Connor
2008-03-09
1
-1
/
+2
*
Optimize insb/outsb/insw/etc. functions.
Kevin O'Connor
2008-03-09
1
-0
/
+27
*
Some cleanups based on patch by Nguyen Anh Quynh
Kevin O'Connor
2008-02-27
1
-0
/
+4
*
Version 0.1.2
rel-0.1.2
Kevin O'Connor
2008-02-25
1
-12
/
+34
*
Version 0.1.1
rel-0.1.1
Kevin O'Connor
2008-02-25
1
-4
/
+24
*
Initial checkin.
rel-0.1.0
Kevin O'Connor
2008-02-25
1
-0
/
+57