index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
biosvar.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-15
memmap: Introduce SYMBOL() macro to access linker script symbols
Kevin O'Connor
1
-3
/
+3
2015-10-09
Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2013-10-26
Minor - eliminate the SET_GLOBAL macro.
Kevin O'Connor
1
-4
/
+0
2013-09-18
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
1
-157
/
+4
2013-07-20
Improve accuracy of internal timers.
Kevin O'Connor
1
-0
/
+3
2013-03-03
floppy: Cleanup floppy irq wait handling.
Kevin O'Connor
1
-1
/
+1
2013-02-17
Clarify build generated "zone low" values.
Kevin O'Connor
1
-3
/
+3
2012-06-10
Minor - extend the size of the 'struct bios_data_area_s' to 256 bytes.
Kevin O'Connor
1
-0
/
+3
2012-06-10
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
Kevin O'Connor
1
-8
/
+6
2012-06-08
Avoid runtime relocation of 16bit "low" mem - calculate at build instead.
Kevin O'Connor
1
-2
/
+2
2012-05-20
Convert GET/SET_FLATPTR() accesses to "low mem" to GET/SET_LOWFLAT().
Kevin O'Connor
1
-0
/
+4
2012-05-20
EBDA cleanups.
Kevin O'Connor
1
-6
/
+2
2012-05-20
Convert disk code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-42
/
+1
2012-05-20
Convert USB keyboard code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-12
/
+0
2012-05-20
Convert ps2 code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-1
/
+0
2012-05-20
Convert boot code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-2
/
+0
2012-05-20
Convert timer code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-6
/
+0
2012-05-20
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
1
-8
/
+16
2012-02-01
Add TSC emulation layer for 386/486 CPUs.
Kevin O'Connor
1
-0
/
+4
2011-12-20
Add vbe_flag field in BDA
Julian Pidancet
1
-1
/
+2
2010-08-25
Only show bootsplash during boot menu.
Kevin O'Connor
1
-1
/
+0
2010-07-28
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
1
-0
/
+6
2010-07-26
Be sure to disable bootsplash on all BIOS boot cases.
Kevin O'Connor
1
-1
/
+2
2010-06-06
Allocate cdemu buffer in low mem instead of ebda.
Kevin O'Connor
1
-2
/
+0
2010-03-13
Revert "Rework disabling of ps2 port irqs."
Kevin O'Connor
1
-28
/
+2
2010-02-28
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
1
-5
/
+5
2010-02-15
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
1
-2
/
+4
2010-02-11
Support USB keyboard auto-repeat.
Kevin O'Connor
1
-0
/
+13
2010-01-28
Rework disabling of ps2 port irqs.
Kevin O'Connor
1
-2
/
+28
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-3
/
+3
2009-12-30
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
1
-2
/
+21
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-3
/
+3
2009-12-13
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
1
-0
/
+1
2009-10-22
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
1
-8
/
+13
2009-09-24
Add support for permanent low memory allocations.
Kevin O'Connor
1
-3
/
+1
2009-09-11
Define bit names for keyboard shift flags.
Kevin O'Connor
1
-1
/
+1
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-19
/
+6
2009-08-11
Store cdrom emulated driveid directly.
Kevin O'Connor
1
-3
/
+2
2009-08-11
Separate ATA code from generic disk code.
Kevin O'Connor
1
-1
/
+1
2009-08-09
Remove unused cdemu ATA code.
Kevin O'Connor
1
-3
/
+0
2009-08-09
Implement cdrom disk emulation at high-level instead of in low-level ATA.
Kevin O'Connor
1
-10
/
+16
2009-08-01
Add Post Memory Manager (PMM) support.
Kevin O'Connor
1
-1
/
+3
2009-06-15
Unify mode16/32 compiler checks.
Kevin O'Connor
1
-6
/
+2
2009-05-17
Verify ebda segment looks sane before using during resume.
Kevin O'Connor
1
-0
/
+6
2009-05-06
Minor - add some additional vga definitions of bda.
Kevin O'Connor
1
-0
/
+9
2009-02-07
More floppy code cleanups.
Kevin O'Connor
1
-2
/
+1
2009-01-19
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
1
-2
/
+6
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-1
/
+1
2009-01-19
Minor - streamline SET_GLOBAL macro - reduce #if usage.
Kevin O'Connor
1
-9
/
+5
2009-01-17
Move variables from assembler to C code.
Kevin O'Connor
1
-4
/
+4
[next]