summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authormarcus <marcus>2003-09-19 17:49:59 +0000
committermarcus <marcus>2003-09-19 17:49:59 +0000
commitf1e5076de4234fa7f71a1f6d8801b8f8ee60b726 (patch)
tree4040a1ffda2c181e0d373dc1e23b9d7971a07ceb /AUTHORS
parentb6f88d4911cc9b17022f5e763cd04343a05ef241 (diff)
laden/
2003-09-19 Marcus Brinkmann <marcus@gnu.org> * Makefile.am (laden_CFLAGS): Add -I$(top_srcdir)/libc-parts. * output.c: Include <stdlib.h> and <string.h>. * output.h (struct output_driver): Add CFG argument to INIT function. (output_init): Make NAME argument const, rename it to DRIVER. * output.c (output_init): Likewise. Only check if the prefix of DRIVER is a driver name. Then skip a trailing comma and pass the remainder via the new variable DRIVER_CFG to the init function of the driver. * output-vga.c (vga_init): Add CFG argument. * output-serial.c: New file by Daniel Wagner <wagi@gmx.de>. wortel/ 2003-09-19 Marcus Brinkmann <marcus@gnu.org> * Makefile.am (wortel_CFLAGS): Add -I$(top_srcdir)/libc-parts. * output.c: Include <stdlib.h> and <string.h>. * output.h (struct output_driver): Add CFG argument to INIT function. (output_init): Make NAME argument const, rename it to DRIVER. * output.c (output_init): Likewise. Only check if the prefix of DRIVER is a driver name. Then skip a trailing comma and pass the remainder via the new variable DRIVER_CFG to the init function of the driver. * output-vga.c (vga_init): Add CFG argument. * output-serial.c: New file by Daniel Wagner <wagi@gmx.de>.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 4251ca2..ce60489 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -7,3 +7,7 @@ Johan Rydberg <jrydberg@night.trouble.net>
The zone allocator physmem/zalloc.h, physmem/zalloc.c was originally
written by:
Neal H Walfield <neal@walfield.org>
+
+The serial output driver for laden and wortel (laden/output-serial.c,
+wortel/output-serial.c) was written by:
+Daniel Wagner <wagi@gmx.ch>