Added ZeX/OS installer app - inst; new version of edit app; deleted ifconfig line...
commitaed12ee4880c227f01a59422347743ff3765b66c
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sun, 17 Jan 2010 17:29:16 +0000 (17 18:29 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sun, 17 Jan 2010 17:29:16 +0000 (17 18:29 +0100)
treec38b8e778b616190b67153453d00e0bfb77d3438
parentb84326ae991d647fa0c3127bf256899e4601b8a4
Added ZeX/OS installer app - inst; new version of edit app; deleted ifconfig line from grub
config; read () code cleanup; fixed kernel-libc errno address; fixed and improved fgetc () and
fgets () - EOF definition + corrected newline calculation;
17 files changed:
apps/edit/Makefile
apps/edit/main.c
apps/inst/Makefile [copied from apps/edit/Makefile with 64% similarity]
apps/inst/README [new file with mode: 0644]
apps/inst/inst.img [new file with mode: 0644]
apps/inst/link.ld [new file with mode: 0644]
apps/inst/main.c [new file with mode: 0644]
apps/inst/start.s [new file with mode: 0644]
iso/boot/grub/menu.lst
kernel/drivers/fs/isofs.c
kernel/include/errno.h
kernel/lib/stdio/read.c
libc/errno/errno.c
libc/include/_libc.h
libc/include/errno.h
libc/stdio/fgetc.c
libc/stdio/fgets.c