Kernel 0.5.5-r1; some fixes, new app calc, glibc updates, some news ..
commite042cf866890837fe5223c755db46117047cb559
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 15 Dec 2007 21:27:41 +0000 (15 22:27 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Sat, 15 Dec 2007 21:27:41 +0000 (15 22:27 +0100)
treec9ec60a8f99a4a1581030444c5027f16a255f9b2
parent8c6812c95fcc83818cb98d57ed913458efd8cd94
Kernel 0.5.5-r1; some fixes, new app calc, glibc updates, some news ..
45 files changed:
apps/calc/Makefile [new file with mode: 0644]
apps/calc/README [new file with mode: 0644]
apps/calc/link.ld [new file with mode: 0644]
apps/calc/main.c [new file with mode: 0755]
apps/calc/make_img.sh [new file with mode: 0755]
apps/calc/start.asm [new file with mode: 0755]
apps/edit/README [new file with mode: 0644]
apps/edit/main.c
apps/invaders/main.c
glibc/Makefile
glibc/include/signal.h [new file with mode: 0644]
glibc/include/stdlib.h
glibc/include/vfs.h
glibc/signal/signal.c [copied from glibc/socket/close.c with 75% similarity, mode: 0755]
glibc/socket/close.c
glibc/socket/connect.c
glibc/socket/recv.c
glibc/socket/send.c
glibc/socket/socket.c
glibc/stdio/beep.c
glibc/stdio/cls.c
glibc/stdio/doprintf.c
glibc/stdio/getch.c
glibc/stdio/getkey.c
glibc/stdio/gotoxy.c
glibc/stdio/open.c
glibc/stdio/putch.c
glibc/stdio/puts.c
glibc/stdio/read.c
glibc/stdio/setcolor.c
glibc/stdlib/exit.c
glibc/stdlib/itoa.c [copied from glibc/stdio/open.c with 64% similarity, mode: 0755]
glibc/stdlib/memory.c
glibc/stdlib/schedule.c
glibc/unistd/sleep.c
kernel/core/commands.c
kernel/core/proc.c
kernel/core/system_call.c
kernel/core/vfs.c
kernel/drivers/char/kbd/kbd.c
kernel/drivers/char/kbd/kbd.h
kernel/include/config.h
kernel/include/proc.h
kernel/include/signal.h [new file with mode: 0644]
make_iso.sh