From 54bb2a24afcbcbe58ec554183e936207aae34fc7 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 15 Oct 2000 02:56:48 +0000 Subject: [PATCH] Merged from sys/boot/i386/loader/main.c revision 1.21. --- sys/boot/pc98/loader/main.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c index 34c13c27e507..a02b1acdc91f 100644 --- a/sys/boot/pc98/loader/main.c +++ b/sys/boot/pc98/loader/main.c @@ -70,11 +70,6 @@ extern char bootprog_name[], bootprog_rev[], bootprog_date[], bootprog_maker[]; /* XXX debugging */ extern char end[]; -/* XXX - I dont know why we have to do this, but it helps. */ -#if defined(LOADER_NFS_SUPPORT) || defined(LOADER_TFTP_SUPPORT) -char Heap[200*1024]; -#endif - void main(void) { @@ -91,12 +86,7 @@ main(void) */ bios_getmem(); - /* XXX - I dont know why we have to do this, but it helps PXE. */ -#if defined(LOADER_NFS_SUPPORT) || defined(LOADER_TFTP_SUPPORT) - setheap(Heap, Heap+sizeof(Heap)); -#else setheap((void *)end, (void *)bios_basemem); -#endif /* * XXX Chicken-and-egg problem; we want to have console output early, but some