all programs are usable now, fixed bugs in compilation, fixed stability and startup
commita0b46d4557432541caac2574a603e4ea746501c4
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Mon, 21 Jul 2008 22:25:22 +0000 (22 00:25 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Mon, 21 Jul 2008 22:25:22 +0000 (22 00:25 +0200)
tree27ac41ed518d6cb21802c6108667a10931bf5047
parente47b2813f40ac5c295deb91d3cd9d0c6220abd05
all programs are usable now, fixed bugs in compilation, fixed stability and startup
problems; added function system () to libc; better sh - shell emulator; rewrite some README
files in apps
18 files changed:
apps/imgshow/main.c
apps/invaders/README
apps/invaders/main.c
apps/nc/main.c
apps/openchess/README [new file with mode: 0644]
apps/openchess/src/main.c
apps/openchess/src/net.c
apps/openchess/src/proto.c
apps/sh/README
apps/sh/main.c
apps/telnetd/main.c
apps/telnetd/net.c
apps/tutorial/myapp/main.c
kernel/arch/i386/smp.c
libc/Makefile
libc/VERSION
libc/include/stdlib.h
libc/stdlib/system.c [copied from apps/telnetd/main.c with 58% similarity]