diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-10-15 02:56:48 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-10-15 02:56:48 +0000 |
| commit | 54bb2a24afcbcbe58ec554183e936207aae34fc7 (patch) | |
| tree | 9da7235b7fd1e3edf2d0a567ebd968d96582a904 /sys/boot/pc98 | |
| parent | 7a6306f62f90ab24331a9b02c25edc4c0090bc32 (diff) | |
Notes
Diffstat (limited to 'sys/boot/pc98')
| -rw-r--r-- | sys/boot/pc98/loader/main.c | 10 |
1 files changed, 0 insertions, 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 |
