From: Alan Cox Date: Sat, 1 Nov 2014 15:37:24 +0000 (+0000) Subject: vt: We are going to make this more bankable, add warnings X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bbb4fb4b53a78504c39a28da0935c2d558e93b95;p=FUZIX.git vt: We are going to make this more bankable, add warnings --- diff --git a/Kernel/vt.c b/Kernel/vt.c index a5e24345..541b1c08 100644 --- a/Kernel/vt.c +++ b/Kernel/vt.c @@ -30,6 +30,10 @@ * define CONFIG_VT_SIMPLE * VT_BASE is the base address in kernelspace * VT_WIDTH is the line width (including padding) + * + * This code can be banked on its own. If you touch it on Z80 make + * very sure you inspect the asm output for calls to compiler helpers + * and don't add any. * */