summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/skiload
Commit message (Collapse)AuthorAgeFilesLines
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
|
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-231-1/+1
| | | | | | | | | | expand to __attribute__((packed)) and __attribute__((aligned(x))) respectively. Replace the handful of gcc-ism's that use __attribute__((aligned(16))) etc around the kernel with __aligned(16). There are over 400 __attribute__((packed)) to deal with, that can come later. I just want to use __packed in new code rather than add more gcc-ism's.
* -ffreestanding is the word.obrien2002-05-101-0/+1
| | | | | (also resort some CFLAGS such that the more "important" value are first so they are easier to see)
* Set BINDIRpeter2002-04-071-0/+1
|
* Make it a bit closer to the EFI build and tie up some loose ends.peter2002-04-061-12/+4
|
* Do not add the ficl/alpha subdir to the ia64 include path. Try ficl/ia64peter2002-04-061-1/+1
| | | | instead.
* Pass the address of the bootinfo block to the kernel in registermarcel2002-03-301-0/+2
| | | | r8. Keep it at the hardwired address for now. Bump the version.
* Fix the beforeinstall target. We install ${PROG}.help if loader.helpmarcel2002-03-291-4/+1
| | | | | | | | | exists, otherwise we install it anyway. I interpret this as a very high desire to install ${PROG}.help. Alas, ${PROG}.help doesn't exist at the moment and neither does loader.help, so in practice this just doesn't work, no matter how you interpret it. The compromise is to install ${PROG}.help IFF it exists. I realize we lost creativity with this commit, but style should have been preserved, AFAICT :-)
* Duplicate the logic used elsewhere to define LIBSTAND.marcel2002-03-281-2/+11
|
* Add -ffreestanding to avoid printf/puts/putchar conversionspeter2002-03-191-0/+1
|
* Make this 'make obj' safepeter2001-09-261-1/+5
|
* A command file for SKI which runs the loader up to the first instructiondfr2001-09-121-0/+16
| | | | of the loaded kernel.
* Add a version of the loader which runs under SKI, the HP ia64 simulator.dfr2001-09-125-0/+446
This loader is quite functional and can load and run kernels. The kernels don't quite work right after loading but that should be easily fixable.
OpenPOWER on IntegriCloud