This website requires JavaScript.
Explore
Help
Sign In
deac
/
osd-contiki
Watch
1
Star
0
Fork
You've already forked osd-contiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
38c5922294
osd-contiki
/
platform
/
apple2enh
/
lib
History
oliverschmidt
50be40768b
Removed closing of stdin, stdout (and stderr on the Apple2). It was introduced in order to maximize the number of available file handles for the webserver. However none of the target machine DOSes allows to open a single file several times diminishing the intended effect very much. One the other hand not being able to "just printf() something" causes trouble over and again - i.e. hello-world seemingly not working...after all a typical case of german over-enigneering ;-)
2010-02-10 07:43:25 +00:00
..
error.c
Soe we're finally back at reducing the memory footprint be avoiding to pull in large C-library enitities.
2007-12-16 13:08:09 +00:00
pfs.h
Supply prototype even if there's no implementation (yet) to keep compiler happy.
2009-09-13 19:07:34 +00:00
pfs.S
Introduced very lightweight pfs implementation based on Apple ProDOS.
2008-01-01 18:49:50 +00:00