From 00bea0a48f5e8c59260470bdc004734a87034d42 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 8 Jun 2017 16:06:30 +0200 Subject: added driver manager keyboard and mouse are now "derived" from driver_t reading and printing more PCI members --- src/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/README') diff --git a/src/README b/src/README index a6d5b9a..0d1719c 100644 --- a/src/README +++ b/src/README @@ -14,13 +14,14 @@ kernel utility routines * port.c, port.asm - I/O ports * interrupts.c, interrups.asm - interrupt handlers * pci.c - PCI introspection and driver initialization - -kernel drivers * console.c - the kernel console, can use VGA or serial port for now * vga.c - VGA basic output routines for early kernel output +* serial.c - serial output to COM1 (only sequential ASCII chars, no terminal) + +kernel drivers +* driver.c - generic driver manager * keyboard.c - PS/2 keyboard * mouse.c - PS/2 mouse -* serial.c - serial output to COM1 (only sequential ASCII chars, no terminal) C library definitions * stddef.h - definition of NULL, size_t -- cgit v1.2.3-54-g00ecf