From: Alan Cox Date: Tue, 20 Oct 2015 16:45:03 +0000 (+0100) Subject: graphics: We defintiely want blit for some hardware X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1d404ea6d26d61ffb2a485f3299aed8b58332e37;p=FUZIX.git graphics: We defintiely want blit for some hardware --- diff --git a/Kernel/README.GRAPHICS b/Kernel/README.GRAPHICS index 469d2d1c..79d85f41 100644 --- a/Kernel/README.GRAPHICS +++ b/Kernel/README.GRAPHICS @@ -157,7 +157,7 @@ If we go this way then map it, just put a copy of the rendering loop *in* userspace and avoid syscalls ! -6. Do we still allow for screen/screen blits as well (eg scrolling) +6. Do we still allow for screen/screen blits as well (eg scrolling) YES 7. Should there be a way to access the system font from userspace for graphics work ?