From owner-cvs-all Sat Oct 31 09:12:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19761 for cvs-all-outgoing; Sat, 31 Oct 1998 09:12:32 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19756; Sat, 31 Oct 1998 09:12:31 -0800 (PST) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA25265; Sat, 31 Oct 1998 09:12:33 -0800 (PST) Date: Sat, 31 Oct 1998 09:12:33 -0800 (PST) Message-Id: <199810311712.JAA25265@freefall.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 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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