aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
develupdateHelge Deller3 months
devel-4-do-not-usepdc update und boot disc rewriteHelge Deller10 months
devel-last-for-v16Linux boots again on all.Helge Deller7 months
devel-with-sti64bitparisc: Remove exec flag from hppa-firmware.imgHelge Deller3 months
devel2small cleanupsHelge Deller10 months
devel3convert to new pdc.hHelge Deller10 months
devel4parisc: ad .vimrc editor helper fileHelge Deller10 months
devel5parisc: SEABIOS_HPPA_VERSION 10Helge Deller10 months
devel64parisc: Detect Astro Runway port and CPUsHelge Deller9 months
masterparisc: Fix 64-bit PDC call to not trash %dpHelge Deller6 months
[...]
 
TagDownloadAuthorAge
seabios-hppa-v15seabios-hppa-v15.zip  seabios-hppa-v15.tar.gz  seabios-hppa-v15.tar.bz2  Helge Deller7 months
seabios-hppa-v14seabios-hppa-v14.zip  seabios-hppa-v14.tar.gz  seabios-hppa-v14.tar.bz2  Helge Deller7 months
seabios-hppa-v13seabios-hppa-v13.zip  seabios-hppa-v13.tar.gz  seabios-hppa-v13.tar.bz2  Helge Deller9 months
seabios-hppa-v12seabios-hppa-v12.zip  seabios-hppa-v12.tar.gz  seabios-hppa-v12.tar.bz2  Helge Deller9 months
seabios-hppa-v10seabios-hppa-v10.zip  seabios-hppa-v10.tar.gz  seabios-hppa-v10.tar.bz2  Helge Deller10 months
seabios-hppa-v9seabios-hppa-v9.zip  seabios-hppa-v9.tar.gz  seabios-hppa-v9.tar.bz2  Helge Deller11 months
seabios-hppa-v8seabios-hppa-v8.zip  seabios-hppa-v8.tar.gz  seabios-hppa-v8.tar.bz2  Helge Deller13 months
seabios-hppa-v7seabios-hppa-v7.zip  seabios-hppa-v7.tar.gz  seabios-hppa-v7.tar.bz2  Helge Deller14 months
seabios-hppa-v6seabios-hppa-v6.zip  seabios-hppa-v6.tar.gz  seabios-hppa-v6.tar.bz2  Helge Deller2 years
seabios-hppa-v5seabios-hppa-v5.zip  seabios-hppa-v5.tar.gz  seabios-hppa-v5.tar.bz2  Helge Deller2 years
[...]
 
AgeCommit messageAuthorFilesLines
2009-02-05Updates to README file.rel-0.4.0Kevin O'Connor1-19/+30
2009-02-05Make sure to clear global variables before use.Kevin O'Connor3-0/+10
2009-02-05TODO list updates.Kevin O'Connor1-18/+10
2009-01-29Don't declare a handler for int 0x1c - the default handler is sufficient.Kevin O'Connor4-10/+0
2009-01-25Enhance makefile to autodetect if AVOIDCOMBINE is needed.Kevin O'Connor2-1/+28
2009-01-21Minor - use a struct when working with pcibios 1ab10e param.Kevin O'Connor1-8/+13
2009-01-21Minor enhancement - kbd reset should set 0x1234 in BDA reset flag.Kevin O'Connor1-1/+3
2009-01-21Fix apparent bug in int1348 -- checksum didn't have regs->si offset.Kevin O'Connor1-1/+2
2009-01-19Minor - call16 should not assume %cs==SEG_BIOS.Kevin O'Connor2-4/+6
2009-01-19Implement memcpy_far and checksum_far, and replace _fl variants.Kevin O'Connor7-35/+48
[...]