Added two next system calls, fixed sys_sleep, added usleep to glibc,
commit570c811d635be7924b3e7bfc3cdfdf0e6e865bce
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 29 Nov 2007 16:07:53 +0000 (29 17:07 +0100)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 29 Nov 2007 16:07:53 +0000 (29 17:07 +0100)
treece4d5192d9d55b8ef9bae2f5ef8a198510c42251
parentdc4645de07ef0a747ec29a13d89822fd70aec7e7
Added two next system calls, fixed sys_sleep, added usleep to glibc,
modified
some scripts
15 files changed:
apps/xmasring/Makefile [new file with mode: 0644]
apps/xmasring/README [new file with mode: 0644]
apps/xmasring/link.ld [new file with mode: 0644]
apps/xmasring/main.c [copied from glibc/unistd/sleep.c with 55% similarity]
apps/xmasring/make_img.sh [new file with mode: 0755]
apps/xmasring/start.asm [new file with mode: 0755]
glibc/AUTHORS
glibc/Makefile
glibc/VERSION
glibc/include/stdio.h
glibc/include/unistd.h
glibc/stdio/beep.c [copied from glibc/unistd/sleep.c with 83% similarity, mode: 0644]
glibc/unistd/sleep.c
kernel/core/system_call.c
make_iso.sh