From: Alan Cox Date: Sun, 16 Sep 2018 12:51:15 +0000 (+0100) Subject: rc2014: remove last vestigates of unneeded ramdisk support X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cfec833f0ae3c6ccaa95ff9aa2a7e8008438d863;p=FUZIX.git rc2014: remove last vestigates of unneeded ramdisk support --- diff --git a/Kernel/platform-rc2014/discard.c b/Kernel/platform-rc2014/discard.c index 19ea3036..7bee27be 100644 --- a/Kernel/platform-rc2014/discard.c +++ b/Kernel/platform-rc2014/discard.c @@ -18,7 +18,7 @@ void init_hardware_c(void) vfd_term_init(); #endif ramsize = 512; - procmem = 512 - 64 - (DEV_RD_RAM_PAGES<<4); + procmem = 512 - 64; /* zero out the initial bufpool */ memset(bufpool, 0, (char*)bufpool_end - (char*)bufpool); }