freebsd-dev/sys/boot/ia64/ski
Peter Wemm c692fbe091 At great personal risk, add a __packed and __aligned(x) define that
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.
2002-09-23 05:55:10 +00:00
..
bootinfo.c Add boot_serial and boot_multicons variables to set RB_SERIAL and 2002-06-20 06:29:42 +00:00
conf.c
copy.c o Remove namespace pollution from param.h: 2002-05-19 04:42:19 +00:00
delay.c
devicename.c
elf_freebsd.c o Remove namespace pollution from param.h: 2002-05-19 04:42:19 +00:00
exit.c
ldscript.ia64
libski.h Add definition of SSC_GET_RTC. 2001-09-20 08:22:56 +00:00
main.c At great personal risk, add a __packed and __aligned(x) define that 2002-09-23 05:55:10 +00:00
Makefile -ffreestanding is the word. 2002-05-10 09:26:35 +00:00
skiconsole.c
skifs.c
skiload.cmd
ssc.c
time.c Implement time(). 2001-09-19 12:12:12 +00:00
version Pass the address of the bootinfo block to the kernel in register 2002-03-30 23:52:34 +00:00