Date: Sat, 31 Oct 1998 09:12:33 -0800 (PST) From: Doug Rabson <dfr@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/alpha/boot1 Makefile src/sys/boot/alpha/boot2 Makefile src/sys/boot/alpha/common main.c src/sys/boot/alpha/libalpha srmdisk.c start.S src/sys/boot/alpha/netboot Makefile ... Message-ID: <199810311712.JAA25265@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 1998/10/31 09:12:32 PST
Modified files:
sys/boot/alpha Makefile.inc
sys/boot/alpha/boot1 Makefile
sys/boot/alpha/boot2 Makefile
sys/boot/alpha/common main.c
sys/boot/alpha/libalpha srmdisk.c start.S
sys/boot/alpha/netboot Makefile
sys/boot/common boot.c
Log:
* Extend the memory available for the heap from 256k to 512k.
* Embed the stack into the bss section for loader and netboot. This
is required for netboot since otherwise the stack would be inside our
heap.
* Install loader and netboot in /boot by default.
* Fix getbootfile so that it searches for a ',' instead of a ';'
when terminating the filename.
Revision Changes Path
1.5 +0 -2 src/sys/boot/alpha/Makefile.inc
1.7 +2 -2 src/sys/boot/alpha/boot1/Makefile
1.8 +2 -1 src/sys/boot/alpha/boot2/Makefile
1.8 +48 -4 src/sys/boot/alpha/common/main.c
1.2 +21 -2 src/sys/boot/alpha/libalpha/srmdisk.c
1.2 +9 -6 src/sys/boot/alpha/libalpha/start.S
1.5 +2 -1 src/sys/boot/alpha/netboot/Makefile
1.9 +2 -2 src/sys/boot/common/boot.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810311712.JAA25265>
