diff --git a/src/bin/test/main.c b/src/bin/test/main.c index b75c81a..440c833 100755 --- a/src/bin/test/main.c +++ b/src/bin/test/main.c @@ -30,7 +30,9 @@ } int main() { - while (1) { + int i = 0; + for (i=0;i<10;i++) { printf("A"); } + exit(1); } diff --git a/ubixos.kdevprj b/ubixos.kdevprj index e0b532f..f45c7ff 100755 --- a/ubixos.kdevprj +++ b/ubixos.kdevprj @@ -44,7 +44,7 @@ kdevprj_version=1.3 lfv_open_groups=Others make_options=\s-j1 clean all install -makefiles=./Makefile.am,src/Makefile.am,src/sys/Makefile.am,src/sys/include/Makefile.am,src/lib/Makefile.am,src/lib/libc/Makefile.am,src/lib/libc/include/Makefile.am,src/bin/Makefile.am,src/bin/shell/Makefile.am,Makefile.am,src/sys/boot/Makefile.am,src/sys/init/Makefile.am,src/sys/include/ubixos/Makefile.am,src/sys/drivers/Makefile.am,src/sys/kernel/Makefile.am,src/sys/compile/Makefile.am,src/sys/include/version/Makefile.am,src/sys/include/drivers/Makefile.am,src/sys/vmm/Makefile.am,src/sys/include/vmm/Makefile.am,src/sys/include/ubixfs/Makefile.am,src/sys/ubixfs/Makefile.am,src/tools/Makefile.am,src/bin/init/Makefile.am,src/lib/libc/stdio/Makefile.am,src/lib/libc/include/sys/Makefile.am,src/lib/libc/sys/Makefile.am,src/lib/libc/stdlib/Makefile.am +makefiles=./Makefile.am,src/Makefile.am,src/sys/Makefile.am,src/sys/include/Makefile.am,src/lib/Makefile.am,src/lib/libc/Makefile.am,src/lib/libc/include/Makefile.am,src/bin/Makefile.am,src/bin/shell/Makefile.am,Makefile.am,src/sys/boot/Makefile.am,src/sys/init/Makefile.am,src/sys/include/ubixos/Makefile.am,src/sys/drivers/Makefile.am,src/sys/kernel/Makefile.am,src/sys/compile/Makefile.am,src/sys/include/version/Makefile.am,src/sys/include/drivers/Makefile.am,src/sys/vmm/Makefile.am,src/sys/include/vmm/Makefile.am,src/sys/include/ubixfs/Makefile.am,src/sys/ubixfs/Makefile.am,src/tools/Makefile.am,src/bin/init/Makefile.am,src/lib/libc/stdio/Makefile.am,src/lib/libc/include/sys/Makefile.am,src/lib/libc/sys/Makefile.am,src/lib/libc/stdlib/Makefile.am,src/bin/test/Makefile.am modifyMakefiles=true project_name=UbixOS project_type=normal_empty @@ -105,7 +105,7 @@ [src/bin/Makefile.am] files=src/bin/Makefile -sub_dirs=shell,init +sub_dirs=shell,init,test type=normal [src/bin/init/Makefile] @@ -142,6 +142,25 @@ install_location= type=SOURCE +[src/bin/test/Makefile] +dist=true +install=false +install_location= +type=DATA + +[src/bin/test/Makefile.am] +files=src/bin/test/main.c,src/bin/test/Makefile +sharedlib_LDFLAGS=-version-info 0:0:0 +sharedlib_rootname=test +sub_dirs= +type=static_library + +[src/bin/test/main.c] +dist=true +install=false +install_location= +type=SOURCE + [src/lib/Makefile.am] sub_dirs=libc, type=normal