From: Alan Cox Date: Mon, 11 Feb 2019 01:50:59 +0000 (+0000) Subject: ack2kernel: print the right numbers X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0854aa3ab24667a75daaff7e9b58c54278105e42;p=FUZIX.git ack2kernel: print the right numbers --- diff --git a/Kernel/tools/ack2kernel.c b/Kernel/tools/ack2kernel.c index b9edacf1..d1136585 100644 --- a/Kernel/tools/ack2kernel.c +++ b/Kernel/tools/ack2kernel.c @@ -506,6 +506,8 @@ int main(int argc, char* argv[]) ss += outsect[ROM].os_size; ss += outsect[DATA].os_size; ss += outsect[BSS].os_size; + ss += outsect[COMMON].os_size; + ss += outsect[DISCARD].os_size; printf("TOTAL = %08"PRIx32"\n", ss); printf("PACKED = %08"PRIx32"\n", ss - outsect[BSS].os_size); printmap();