From bbb4fb4b53a78504c39a28da0935c2d558e93b95 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 1 Nov 2014 15:37:24 +0000 Subject: [PATCH] vt: We are going to make this more bankable, add warnings --- Kernel/vt.c | 4 ++++ 1 file changed, 4 insertions(+) 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. * */ -- 2.34.1