summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-01 17:18:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-01 17:18:07 +0200
commit4a6df8f888555be1f2c760790b5ecdc70e8b0a52 (patch)
tree09d964731290c2c3817e7aa096879a3ffa1527e9 /src/README
parent7012b3587fde6cd1f1dc5fd1f3c59428581e5316 (diff)
downloadabaos-4a6df8f888555be1f2c760790b5ecdc70e8b0a52.tar.gz
abaos-4a6df8f888555be1f2c760790b5ecdc70e8b0a52.tar.bz2
tested with pcc, works
removed some weird comments in vga_font.h troubling pcc
Diffstat (limited to 'src/README')
-rw-r--r--src/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/README b/src/README
index 9c6b2b5..1f3c8dc 100644
--- a/src/README
+++ b/src/README
@@ -46,6 +46,14 @@ Driver framework and specific drivers.
* mouse.c - PS/2 mouse
* vga.c - standard VGA video driver
+gui
+---
+
+* widget.c - basic GUI widget definining the interface of all GUI objects
+* composite_widget.c - a widget which is composed of a set of widgets
+* text_widget.c - a widget showing text
+* desktop.c - the top-level composite widget covering the whole desktop
+
libc
----