From 0dc446980d8ede518a356ab2c2f165cb08ce444a Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 7 Feb 2015 19:03:47 -0500 Subject: implement text in graphics mode --- drivers/include/ps2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/include/ps2.h') diff --git a/drivers/include/ps2.h b/drivers/include/ps2.h index 924ef24..6f2c572 100644 --- a/drivers/include/ps2.h +++ b/drivers/include/ps2.h @@ -1,3 +1,5 @@ +/* this is both a PS/2 keyboard AND a PS/2 MOUSE driver */ + #include #define PS2_SCROLL_LOCK (1 << 0) -- cgit v1.1