Very basic operations now work; need to handle line-oriented
authorhpa <hpa>
Wed, 17 Nov 2004 05:52:45 +0000 (05:52 +0000)
committerhpa <hpa>
Wed, 17 Nov 2004 05:52:45 +0000 (05:52 +0000)
commit8aada67545460566c9be6a3e021260509e8edaee
tree443a4442dc20031c8d42229a7c5b9e2ba2f33aae
parent17f967640cef484f83d755c9dd016a946711236f
Very basic operations now work; need to handle line-oriented
versus character-oriented input
22 files changed:
com32/include/console.h [new file with mode: 0644]
com32/include/fcntl.h [new file with mode: 0644]
com32/include/stdio.h
com32/include/sys/stat.h [new file with mode: 0644]
com32/include/unistd.h [new file with mode: 0644]
com32/lib/Makefile
com32/lib/abort.c
com32/lib/sys/close.c
com32/lib/sys/file.h
com32/lib/sys/fileclose.c [new file with mode: 0644]
com32/lib/sys/fileread.c [new file with mode: 0644]
com32/lib/sys/isatty.c [new file with mode: 0644]
com32/lib/sys/open.c
com32/lib/sys/openconsole.c [new file with mode: 0644]
com32/lib/sys/opendev.c [new file with mode: 0644]
com32/lib/sys/read.c
com32/lib/sys/stdcon.c [new file with mode: 0644]
com32/lib/sys/stdcon_read.c [new file with mode: 0644]
com32/lib/sys/stdcon_write.c [new file with mode: 0644]
com32/lib/sys/write.c
com32/modules/Makefile
com32/modules/hello.c