Kernel 0.5.7-r7; new app imgshow for display bmp images, new app telnetd
commit8ca2aadc9de6228ca3a05149d876fa8089113454
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 7 Feb 2008 20:50:10 +0000 (7 21:50 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 7 Feb 2008 20:50:10 +0000 (7 21:50 +0100)
tree22869872f84caa48e1c8d2bf995a745f4b2277c9
parent196612155fd4305bc0e90b0dbc8c471ee842dadf
Kernel 0.5.7-r7; new app imgshow for display bmp images, new app telnetd
(little buggy yet), update README and INSTALL, make_iso.sh was replaced
with build.sh which support more options, like creating iso, img images
and installing directly to floppy, small websrv updates and new
stuff for ethernet pcnet32 ..
30 files changed:
INSTALL
README
apps/imgshow/Makefile [new file with mode: 0644]
apps/imgshow/README [copied from apps/websrv/README with 55% similarity]
apps/imgshow/link.ld [new file with mode: 0644]
apps/imgshow/main.c [new file with mode: 0755]
apps/imgshow/make_img.sh [new file with mode: 0755]
apps/imgshow/rocket [new file with mode: 0644]
apps/imgshow/start.asm [new file with mode: 0755]
apps/telnetd/Makefile [new file with mode: 0644]
apps/telnetd/README [copied from apps/websrv/README with 55% similarity]
apps/telnetd/client.h [new file with mode: 0644]
apps/telnetd/console.c [new file with mode: 0644]
apps/telnetd/console.h [new file with mode: 0644]
apps/telnetd/link.ld [new file with mode: 0644]
apps/telnetd/main.c [new file with mode: 0755]
apps/telnetd/make_img.sh [new file with mode: 0755]
apps/telnetd/net.c [new file with mode: 0644]
apps/telnetd/net.h [new file with mode: 0644]
apps/telnetd/start.asm [new file with mode: 0755]
apps/websrv/README
build.sh [new file with mode: 0755]
iso/README
kernel/.config
kernel/Makefile
kernel/build/i386/build.h
kernel/build/i386/config.h
kernel/core/commands.c
kernel/drivers/net/pcnet32/pcnet32.c
make_iso.sh [deleted file]