CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/01 22:09:24
Modified files:
sys/arch/amd64/stand/boot: conf.c
sys/arch/amd64/stand/cdboot: conf.c
sys/arch/amd64/stand/efiboot: conf.c
sys/arch/amd64/stand/libsa: exec_i386.c
sys/arch/amd64/stand/pxeboot: conf.c
sys/arch/i386/stand/boot: Makefile conf.c
sys/arch/i386/stand/cdboot: Makefile conf.c
sys/arch/i386/stand/libsa: alloca.S biosdev.c biosdev.h
cmd_i386.c disk.h diskprobe.c
exec_i386.c machdep.c memprobe.c
softraid.c
sys/arch/i386/stand/pxeboot: Makefile conf.c
Log message:
Bring the boot changes on amd64 to i386. alloca is deleted.
Also fix the boot from BIOS and bump the version.
input and ok deraadt