vt: We are going to make this more bankable, add warnings
authorAlan Cox <alan@etchedpixels.co.uk>
Sat, 1 Nov 2014 15:37:24 +0000 (15:37 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Sat, 1 Nov 2014 15:37:24 +0000 (15:37 +0000)
Kernel/vt.c

index a5e2434..541b1c0 100644 (file)
  *     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.
  *     
  */