From 1d404ea6d26d61ffb2a485f3299aed8b58332e37 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 20 Oct 2015 17:45:03 +0100 Subject: [PATCH] graphics: We defintiely want blit for some hardware --- Kernel/README.GRAPHICS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? -- 2.34.1