summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Library to decode console codes; demo programhpa2004-12-018-11/+264
* Utility library which can be compiled either for Linux or for COM32hpa2004-12-017-40/+336
* Make the console behave the same as com32 when compiling for Linuxsyslinux-2.12-pre3hpa2004-12-011-2/+11
* Allow compiling for both Linux and COM32: Makefile cleanupshpa2004-12-012-3/+3
* Ignore incoming LF, so that having Enter -> CR LF on input doesn't hurthpa2004-12-011-0/+3
* Use auto CRNL; compile demo for Linux toohpa2004-12-012-10/+32
* Add a few more options, including the very useful autocr control code.hpa2004-11-301-16/+45
* Actually working ANSI device; add demosyslinux-2.12-pre2hpa2004-11-309-242/+368
* A version of ansicon_write which compiles, and just make actually workhpa2004-11-302-18/+308
* Serial port and ANSI write supporthpa2004-11-242-0/+194
* Enable debugging symbols to be included in the .elf file.hpa2004-11-232-2/+2
* Split input and output sides of the device modelhpa2004-11-2324-120/+330
* Division error handlinghpa2004-11-231-0/+4
* Add fopendev()hpa2004-11-232-3/+43
* Use libgcc files from klibchpa2004-11-1711-81/+283
* Linker script for com32 fileshpa2004-11-171-0/+130
* Update Makefile to handle subdirectories cleaner; fix qsorthpa2004-11-171-2/+2
* Separate rawcon and stdcon; actually make input workhpa2004-11-1712-23/+293
* Very basic operations now work; need to handle line-orientedhpa2004-11-1722-113/+746
* Very first cut at a klibc-derived C library for com32hpa2004-11-10117-4/+4910
* Add explicit defines for the various flagshpa2004-01-241-0/+19
* Add "const" to things which are not to be changed...hpa2003-12-101-2/+2
* COM32: Try to support both farcall and intcallhpa2003-07-011-1/+2
* Add <stdbool.h>hpa2003-04-161-0/+33
* Add second hello world samplehpa2002-11-191-0/+22
* Fix the COM32 sample programsyslinux-2.01-pre2hpa2002-11-181-6/+7
* Add <stdint.h>hpa2002-06-121-0/+146
* Move com32.h to a subdirectory; we expect to have more stuff here...hpa2002-06-121-0/+56