Initial git release
commitdedf462842c17c20735f10016c90ec4890410f8d
authorTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 23 Aug 2007 12:58:33 +0000 (23 14:58 +0200)
committerTomas 'ZeXx86' Jedrzejek <zexx86@gmail.com>
Thu, 23 Aug 2007 12:58:33 +0000 (23 14:58 +0200)
tree295c61da8ccf52532be138ea7c1553243373c6d4
Initial git release
415 files changed:
AUTHORS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0755]
README [new file with mode: 0644]
apps/cd/Makefile [new file with mode: 0755]
apps/cd/main.c [new file with mode: 0755]
apps/cd/start.asm [new file with mode: 0644]
apps/edit/Makefile [new file with mode: 0755]
apps/edit/edit [new file with mode: 0755]
apps/edit/main.c [new file with mode: 0755]
apps/edit/main.c~ [new file with mode: 0755]
apps/edit/start.asm [new file with mode: 0644]
apps/fs/cat.c [new file with mode: 0755]
apps/fs/cat.o [new file with mode: 0644]
apps/fs/cd.c [new file with mode: 0755]
apps/fs/cd.o [new file with mode: 0644]
apps/fs/exec.c [new file with mode: 0644]
apps/fs/exec.o [new file with mode: 0644]
apps/fs/ls.c [new file with mode: 0755]
apps/fs/ls.o [new file with mode: 0644]
apps/fs/mount.c [new file with mode: 0644]
apps/fs/mount.o [new file with mode: 0644]
apps/snake/.svn/README.txt [new file with mode: 0644]
apps/snake/.svn/dir-wcprops [new file with mode: 0644]
apps/snake/.svn/empty-file [new file with mode: 0644]
apps/snake/.svn/entries [new file with mode: 0644]
apps/snake/.svn/format [new file with mode: 0644]
apps/snake/.svn/prop-base/Makefile.svn-base [new file with mode: 0644]
apps/snake/.svn/prop-base/edit.svn-base [new file with mode: 0644]
apps/snake/.svn/prop-base/main.c.svn-base [new file with mode: 0644]
apps/snake/.svn/props/Makefile.svn-work [new file with mode: 0644]
apps/snake/.svn/props/edit.svn-work [new file with mode: 0644]
apps/snake/.svn/props/main.c.svn-work [new file with mode: 0644]
apps/snake/.svn/text-base/Makefile.svn-base [new file with mode: 0644]
apps/snake/.svn/text-base/edit.svn-base [new file with mode: 0644]
apps/snake/.svn/text-base/main.c.svn-base [new file with mode: 0644]
apps/snake/.svn/text-base/start.asm.svn-base [new file with mode: 0644]
apps/snake/.svn/wcprops/Makefile.svn-work [new file with mode: 0644]
apps/snake/.svn/wcprops/edit.svn-work [new file with mode: 0644]
apps/snake/.svn/wcprops/main.c.svn-work [new file with mode: 0644]
apps/snake/.svn/wcprops/start.asm.svn-work [new file with mode: 0644]
apps/snake/Makefile [new file with mode: 0755]
apps/snake/Makefile~ [new file with mode: 0755]
apps/snake/link.ld [new file with mode: 0755]
apps/snake/link.ld~ [new file with mode: 0755]
apps/snake/main.c [new file with mode: 0755]
apps/snake/main.c~ [new file with mode: 0755]
apps/snake/main.o [new file with mode: 0644]
apps/snake/snake [new file with mode: 0755]
apps/snake/start.asm [new file with mode: 0644]
apps/snake/start.asm~ [new file with mode: 0644]
apps/snake/start.o [new file with mode: 0644]
apps/test/Makefile [new file with mode: 0755]
apps/test/Makefile~ [new file with mode: 0755]
apps/test/start.asm [new file with mode: 0644]
apps/test/start.asm~ [new file with mode: 0644]
apps/test/start.o [new file with mode: 0644]
apps/test/test [new file with mode: 0755]
boot/link.ld [new file with mode: 0755]
boot/start.asm [new file with mode: 0755]
boot/start.o [new file with mode: 0644]
drivers/.svn/README.txt [new file with mode: 0755]
drivers/.svn/dir-wcprops [new file with mode: 0755]
drivers/.svn/empty-file [new file with mode: 0755]
drivers/.svn/entries [new file with mode: 0755]
drivers/.svn/format [new file with mode: 0755]
drivers/block/.svn/README.txt [new file with mode: 0755]
drivers/block/.svn/dir-wcprops [new file with mode: 0755]
drivers/block/.svn/empty-file [new file with mode: 0755]
drivers/block/.svn/entries [new file with mode: 0755]
drivers/block/.svn/format [new file with mode: 0755]
drivers/block/.svn/prop-base/floppy.c.svn-base [new file with mode: 0755]
drivers/block/.svn/props/floppy.c.svn-work [new file with mode: 0755]
drivers/block/.svn/text-base/floppy.c.svn-base [new file with mode: 0755]
drivers/block/.svn/wcprops/floppy.c.svn-work [new file with mode: 0755]
drivers/block/biosdisk.c [new file with mode: 0644]
drivers/block/biosdisk.h [new file with mode: 0644]
drivers/block/biosdisk.o [new file with mode: 0644]
drivers/block/floppy.c [new file with mode: 0755]
drivers/block/floppy.o [new file with mode: 0644]
drivers/block/readlba.asm [new file with mode: 0644]
drivers/char/.svn/README.txt [new file with mode: 0755]
drivers/char/.svn/dir-wcprops [new file with mode: 0755]
drivers/char/.svn/empty-file [new file with mode: 0755]
drivers/char/.svn/entries [new file with mode: 0755]
drivers/char/.svn/format [new file with mode: 0755]
drivers/char/.svn/prop-base/kbd.c.svn-base [new file with mode: 0755]
drivers/char/.svn/prop-base/video.c.svn-base [new file with mode: 0755]
drivers/char/.svn/props/kbd.c.svn-work [new file with mode: 0755]
drivers/char/.svn/props/video.c.svn-work [new file with mode: 0755]
drivers/char/.svn/text-base/kbd.c.svn-base [new file with mode: 0755]
drivers/char/.svn/text-base/video.c.svn-base [new file with mode: 0755]
drivers/char/.svn/wcprops/kbd.c.svn-work [new file with mode: 0755]
drivers/char/.svn/wcprops/video.c.svn-work [new file with mode: 0755]
drivers/char/kbd/.svn/README.txt [new file with mode: 0644]
drivers/char/kbd/.svn/dir-wcprops [new file with mode: 0644]
drivers/char/kbd/.svn/empty-file [new file with mode: 0644]
drivers/char/kbd/.svn/entries [new file with mode: 0644]
drivers/char/kbd/.svn/format [new file with mode: 0644]
drivers/char/kbd/.svn/prop-base/kbd.c.svn-base [new file with mode: 0644]
drivers/char/kbd/.svn/props/kbd.c.svn-work [new file with mode: 0644]
drivers/char/kbd/.svn/text-base/kbd.c.svn-base [new file with mode: 0644]
drivers/char/kbd/.svn/text-base/kbd.h.svn-base [new file with mode: 0644]
drivers/char/kbd/.svn/wcprops/kbd.c.svn-work [new file with mode: 0644]
drivers/char/kbd/.svn/wcprops/kbd.h.svn-work [new file with mode: 0644]
drivers/char/kbd/kbd.c [new file with mode: 0755]
drivers/char/kbd/kbd.h [new file with mode: 0644]
drivers/char/kbd/kbd.o [new file with mode: 0644]
drivers/char/rs232/rs232.c [new file with mode: 0644]
drivers/char/rs232/rs232.o [new file with mode: 0644]
drivers/char/video/video.c [new file with mode: 0755]
drivers/char/video/video.c~ [new file with mode: 0755]
drivers/char/video/video.h [new file with mode: 0644]
drivers/char/video/video.o [new file with mode: 0644]
drivers/fs/.svn/README.txt [new file with mode: 0755]
drivers/fs/.svn/dir-wcprops [new file with mode: 0755]
drivers/fs/.svn/empty-file [new file with mode: 0755]
drivers/fs/.svn/entries [new file with mode: 0755]
drivers/fs/.svn/format [new file with mode: 0755]
drivers/fs/.svn/prop-base/fat.c.svn-base [new file with mode: 0755]
drivers/fs/.svn/props/fat.c.svn-work [new file with mode: 0755]
drivers/fs/.svn/text-base/fat.c.svn-base [new file with mode: 0755]
drivers/fs/.svn/wcprops/fat.c.svn-work [new file with mode: 0755]
drivers/fs/fat.c [new file with mode: 0755]
drivers/fs/fat.o [new file with mode: 0644]
include/.svn/README.txt [new file with mode: 0755]
include/.svn/dir-wcprops [new file with mode: 0755]
include/.svn/empty-file [new file with mode: 0755]
include/.svn/entries [new file with mode: 0755]
include/.svn/format [new file with mode: 0755]
include/.svn/prop-base/_malloc.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/_null.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/_printf.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/_size_t.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/_va_list.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/conio.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/ctype.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/delay.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/dma.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/fdc.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/mytypes.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/setjmp.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/stdarg.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/string.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/system.h.svn-base [new file with mode: 0755]
include/.svn/prop-base/x86.h.svn-base [new file with mode: 0755]
include/.svn/props/_malloc.h.svn-work [new file with mode: 0755]
include/.svn/props/_null.h.svn-work [new file with mode: 0755]
include/.svn/props/_printf.h.svn-work [new file with mode: 0755]
include/.svn/props/_size_t.h.svn-work [new file with mode: 0755]
include/.svn/props/_va_list.h.svn-work [new file with mode: 0755]
include/.svn/props/conio.h.svn-work [new file with mode: 0755]
include/.svn/props/ctype.h.svn-work [new file with mode: 0755]
include/.svn/props/delay.h.svn-work [new file with mode: 0755]
include/.svn/props/dma.h.svn-work [new file with mode: 0755]
include/.svn/props/fdc.h.svn-work [new file with mode: 0755]
include/.svn/props/mytypes.h.svn-work [new file with mode: 0755]
include/.svn/props/setjmp.h.svn-work [new file with mode: 0755]
include/.svn/props/stdarg.h.svn-work [new file with mode: 0755]
include/.svn/props/string.h.svn-work [new file with mode: 0755]
include/.svn/props/system.h.svn-work [new file with mode: 0755]
include/.svn/props/x86.h.svn-work [new file with mode: 0755]
include/.svn/text-base/_malloc.h.svn-base [new file with mode: 0755]
include/.svn/text-base/_null.h.svn-base [new file with mode: 0755]
include/.svn/text-base/_printf.h.svn-base [new file with mode: 0755]
include/.svn/text-base/_size_t.h.svn-base [new file with mode: 0755]
include/.svn/text-base/_va_list.h.svn-base [new file with mode: 0755]
include/.svn/text-base/conio.h.svn-base [new file with mode: 0755]
include/.svn/text-base/ctype.h.svn-base [new file with mode: 0755]
include/.svn/text-base/delay.h.svn-base [new file with mode: 0755]
include/.svn/text-base/dma.h.svn-base [new file with mode: 0755]
include/.svn/text-base/fdc.h.svn-base [new file with mode: 0755]
include/.svn/text-base/mytypes.h.svn-base [new file with mode: 0755]
include/.svn/text-base/setjmp.h.svn-base [new file with mode: 0755]
include/.svn/text-base/stdarg.h.svn-base [new file with mode: 0755]
include/.svn/text-base/string.h.svn-base [new file with mode: 0755]
include/.svn/text-base/system.h.svn-base [new file with mode: 0755]
include/.svn/text-base/x86.h.svn-base [new file with mode: 0755]
include/.svn/wcprops/_malloc.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/_null.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/_printf.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/_size_t.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/_va_list.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/conio.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/ctype.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/delay.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/dma.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/fdc.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/mytypes.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/setjmp.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/stdarg.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/string.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/system.h.svn-work [new file with mode: 0755]
include/.svn/wcprops/x86.h.svn-work [new file with mode: 0755]
include/_null.h [new file with mode: 0755]
include/_printf.h [new file with mode: 0755]
include/_size_t.h [new file with mode: 0755]
include/_va_list.h [new file with mode: 0755]
include/config.h [new file with mode: 0644]
include/conio.h [new file with mode: 0755]
include/cpu/info.h [new file with mode: 0644]
include/ctype.h [new file with mode: 0755]
include/delay.h [new file with mode: 0755]
include/dev.h [new file with mode: 0644]
include/dma.h [new file with mode: 0755]
include/env.h [new file with mode: 0644]
include/fdc.h [new file with mode: 0755]
include/mount.h [new file with mode: 0644]
include/mytypes.h [new file with mode: 0755]
include/rs232.h [new file with mode: 0644]
include/setjmp.h [new file with mode: 0755]
include/stdarg.h [new file with mode: 0755]
include/stdio.h [new file with mode: 0644]
include/string.h [new file with mode: 0755]
include/system.h [new file with mode: 0755]
include/tty.h [new file with mode: 0644]
include/user.h [new file with mode: 0644]
include/vfs.h [new file with mode: 0644]
include/x86.h [new file with mode: 0755]
iso/boot/grub/menu.lst [new file with mode: 0644]
iso/boot/grub/splash.xpm.gz [new file with mode: 0644]
iso/boot/grub/stage2_eltorito [new file with mode: 0644]
iso/boot/kernel.bin [new file with mode: 0755]
kernel/commands.c [new file with mode: 0644]
kernel/commands.o [new file with mode: 0644]
kernel/console.c [new file with mode: 0755]
kernel/console.o [new file with mode: 0644]
kernel/cpu.c [new file with mode: 0644]
kernel/cpu.o [new file with mode: 0644]
kernel/dev.c [new file with mode: 0644]
kernel/dev.o [new file with mode: 0644]
kernel/elf.c [new file with mode: 0644]
kernel/elf.o [new file with mode: 0644]
kernel/env.c [new file with mode: 0644]
kernel/env.o [new file with mode: 0644]
kernel/gdt.c [new file with mode: 0755]
kernel/gdt.o [new file with mode: 0644]
kernel/idt.c [new file with mode: 0755]
kernel/idt.o [new file with mode: 0644]
kernel/init.c [new file with mode: 0644]
kernel/init.o [new file with mode: 0644]
kernel/irq.c [new file with mode: 0755]
kernel/irq.o [new file with mode: 0644]
kernel/isrs.c [new file with mode: 0755]
kernel/isrs.o [new file with mode: 0644]
kernel/main.c [new file with mode: 0755]
kernel/main.o [new file with mode: 0644]
kernel/memory.c [new file with mode: 0644]
kernel/memory.o [new file with mode: 0644]
kernel/sched.c [new file with mode: 0755]
kernel/sched.o [new file with mode: 0644]
kernel/system_call.c [new file with mode: 0644]
kernel/system_call.o [new file with mode: 0644]
kernel/timer.c [new file with mode: 0755]
kernel/timer.o [new file with mode: 0644]
kernel/tty.c [new file with mode: 0644]
kernel/tty.o [new file with mode: 0644]
kernel/user.c [new file with mode: 0644]
kernel/user.o [new file with mode: 0644]
kernel/vfs.c [new file with mode: 0644]
kernel/vfs.o [new file with mode: 0644]
lib/.svn/README.txt [new file with mode: 0755]
lib/.svn/dir-wcprops [new file with mode: 0755]
lib/.svn/empty-file [new file with mode: 0755]
lib/.svn/entries [new file with mode: 0755]
lib/.svn/format [new file with mode: 0755]
lib/.svn/prop-base/Makefile.svn-base [new file with mode: 0755]
lib/.svn/props/Makefile.svn-work [new file with mode: 0755]
lib/.svn/text-base/Makefile.svn-base [new file with mode: 0755]
lib/.svn/wcprops/Makefile.svn-work [new file with mode: 0755]
lib/Makefile [new file with mode: 0755]
lib/ctype/.svn/README.txt [new file with mode: 0755]
lib/ctype/.svn/dir-wcprops [new file with mode: 0755]
lib/ctype/.svn/empty-file [new file with mode: 0755]
lib/ctype/.svn/entries [new file with mode: 0755]
lib/ctype/.svn/format [new file with mode: 0755]
lib/ctype/.svn/prop-base/ctype.c.svn-base [new file with mode: 0755]
lib/ctype/.svn/props/ctype.c.svn-work [new file with mode: 0755]
lib/ctype/.svn/text-base/ctype.c.svn-base [new file with mode: 0755]
lib/ctype/.svn/wcprops/ctype.c.svn-work [new file with mode: 0755]
lib/ctype/ctype.c [new file with mode: 0755]
lib/ctype/ctype.o [new file with mode: 0644]
lib/libc.a [new file with mode: 0644]
lib/mm/memory.c [new file with mode: 0644]
lib/mm/memory.o [new file with mode: 0644]
lib/setjmp/.svn/README.txt [new file with mode: 0755]
lib/setjmp/.svn/dir-wcprops [new file with mode: 0755]
lib/setjmp/.svn/empty-file [new file with mode: 0755]
lib/setjmp/.svn/entries [new file with mode: 0755]
lib/setjmp/.svn/format [new file with mode: 0755]
lib/setjmp/.svn/prop-base/longjmp.c.svn-base [new file with mode: 0755]
lib/setjmp/.svn/prop-base/setjmp.asm.svn-base [new file with mode: 0755]
lib/setjmp/.svn/props/longjmp.c.svn-work [new file with mode: 0755]
lib/setjmp/.svn/props/setjmp.asm.svn-work [new file with mode: 0755]
lib/setjmp/.svn/text-base/longjmp.c.svn-base [new file with mode: 0755]
lib/setjmp/.svn/text-base/setjmp.asm.svn-base [new file with mode: 0755]
lib/setjmp/.svn/wcprops/longjmp.c.svn-work [new file with mode: 0755]
lib/setjmp/.svn/wcprops/setjmp.asm.svn-work [new file with mode: 0755]
lib/setjmp/longjmp.c [new file with mode: 0755]
lib/setjmp/longjmp.o [new file with mode: 0644]
lib/setjmp/setjmp.asm [new file with mode: 0755]
lib/setjmp/setjmp.o [new file with mode: 0644]
lib/stdio/.svn/README.txt [new file with mode: 0755]
lib/stdio/.svn/dir-wcprops [new file with mode: 0755]
lib/stdio/.svn/empty-file [new file with mode: 0755]
lib/stdio/.svn/entries [new file with mode: 0755]
lib/stdio/.svn/format [new file with mode: 0755]
lib/stdio/.svn/prop-base/delay.c.svn-base [new file with mode: 0755]
lib/stdio/.svn/prop-base/doprintf.c.svn-base [new file with mode: 0755]
lib/stdio/.svn/prop-base/kprintf.c.svn-base [new file with mode: 0755]
lib/stdio/.svn/props/delay.c.svn-work [new file with mode: 0755]
lib/stdio/.svn/props/doprintf.c.svn-work [new file with mode: 0755]
lib/stdio/.svn/props/kprintf.c.svn-work [new file with mode: 0755]
lib/stdio/.svn/text-base/delay.c.svn-base [new file with mode: 0755]
lib/stdio/.svn/text-base/doprintf.c.svn-base [new file with mode: 0755]
lib/stdio/.svn/text-base/kprintf.c.svn-base [new file with mode: 0755]
lib/stdio/.svn/wcprops/delay.c.svn-work [new file with mode: 0755]
lib/stdio/.svn/wcprops/doprintf.c.svn-work [new file with mode: 0755]
lib/stdio/.svn/wcprops/kprintf.c.svn-work [new file with mode: 0755]
lib/stdio/delay.c [new file with mode: 0755]
lib/stdio/delay.o [new file with mode: 0644]
lib/stdio/doprintf.c [new file with mode: 0755]
lib/stdio/doprintf.o [new file with mode: 0644]
lib/stdio/kprintf.c [new file with mode: 0755]
lib/stdio/kprintf.o [new file with mode: 0644]
lib/stdio/printf.c [new file with mode: 0644]
lib/stdio/printf.o [new file with mode: 0644]
lib/stdio/puts.c [new file with mode: 0644]
lib/stdio/puts.o [new file with mode: 0644]
lib/string/.svn/README.txt [new file with mode: 0755]
lib/string/.svn/dir-wcprops [new file with mode: 0755]
lib/string/.svn/empty-file [new file with mode: 0755]
lib/string/.svn/entries [new file with mode: 0755]
lib/string/.svn/format [new file with mode: 0755]
lib/string/.svn/prop-base/memcpy.c.svn-base [new file with mode: 0755]
lib/string/.svn/prop-base/memset.c.svn-base [new file with mode: 0755]
lib/string/.svn/prop-base/memsetw.c.svn-base [new file with mode: 0755]
lib/string/.svn/prop-base/strcat.c.svn-base [new file with mode: 0755]
lib/string/.svn/prop-base/strcpy.c.svn-base [new file with mode: 0755]
lib/string/.svn/prop-base/strlen.c.svn-base [new file with mode: 0755]
lib/string/.svn/props/memcpy.c.svn-work [new file with mode: 0755]
lib/string/.svn/props/memset.c.svn-work [new file with mode: 0755]
lib/string/.svn/props/memsetw.c.svn-work [new file with mode: 0755]
lib/string/.svn/props/strcat.c.svn-work [new file with mode: 0755]
lib/string/.svn/props/strcpy.c.svn-work [new file with mode: 0755]
lib/string/.svn/props/strlen.c.svn-work [new file with mode: 0755]
lib/string/.svn/text-base/memcpy.c.svn-base [new file with mode: 0755]
lib/string/.svn/text-base/memset.c.svn-base [new file with mode: 0755]
lib/string/.svn/text-base/memsetw.c.svn-base [new file with mode: 0755]
lib/string/.svn/text-base/strcat.c.svn-base [new file with mode: 0755]
lib/string/.svn/text-base/strcpy.c.svn-base [new file with mode: 0755]
lib/string/.svn/text-base/strlen.c.svn-base [new file with mode: 0755]
lib/string/.svn/wcprops/memcpy.c.svn-work [new file with mode: 0755]
lib/string/.svn/wcprops/memset.c.svn-work [new file with mode: 0755]
lib/string/.svn/wcprops/memsetw.c.svn-work [new file with mode: 0755]
lib/string/.svn/wcprops/strcat.c.svn-work [new file with mode: 0755]
lib/string/.svn/wcprops/strcpy.c.svn-work [new file with mode: 0755]
lib/string/.svn/wcprops/strlen.c.svn-work [new file with mode: 0755]
lib/string/memcpy.c [new file with mode: 0755]
lib/string/memcpy.o [new file with mode: 0644]
lib/string/memset.c [new file with mode: 0755]
lib/string/memset.o [new file with mode: 0644]
lib/string/memsetw.c [new file with mode: 0755]
lib/string/memsetw.o [new file with mode: 0644]
lib/string/sprintf.c [new file with mode: 0644]
lib/string/strcat.c [new file with mode: 0755]
lib/string/strcat.o [new file with mode: 0644]
lib/string/strcmp.c [new file with mode: 0755]
lib/string/strcmp.o [new file with mode: 0644]
lib/string/strcpy.c [new file with mode: 0755]
lib/string/strcpy.o [new file with mode: 0644]
lib/string/strlen.c [new file with mode: 0755]
lib/string/strlen.o [new file with mode: 0644]
lib/x86/.svn/README.txt [new file with mode: 0755]
lib/x86/.svn/dir-wcprops [new file with mode: 0755]
lib/x86/.svn/empty-file [new file with mode: 0755]
lib/x86/.svn/entries [new file with mode: 0755]
lib/x86/.svn/format [new file with mode: 0755]
lib/x86/.svn/prop-base/disable.c.svn-base [new file with mode: 0755]
lib/x86/.svn/prop-base/dma.c.svn-base [new file with mode: 0755]
lib/x86/.svn/prop-base/enable.c.svn-base [new file with mode: 0755]
lib/x86/.svn/prop-base/inportb.c.svn-base [new file with mode: 0755]
lib/x86/.svn/prop-base/outportb.c.svn-base [new file with mode: 0755]
lib/x86/.svn/props/disable.c.svn-work [new file with mode: 0755]
lib/x86/.svn/props/dma.c.svn-work [new file with mode: 0755]
lib/x86/.svn/props/enable.c.svn-work [new file with mode: 0755]
lib/x86/.svn/props/inportb.c.svn-work [new file with mode: 0755]
lib/x86/.svn/props/outportb.c.svn-work [new file with mode: 0755]
lib/x86/.svn/text-base/disable.c.svn-base [new file with mode: 0755]
lib/x86/.svn/text-base/dma.c.svn-base [new file with mode: 0755]
lib/x86/.svn/text-base/enable.c.svn-base [new file with mode: 0755]
lib/x86/.svn/text-base/inportb.c.svn-base [new file with mode: 0755]
lib/x86/.svn/text-base/outportb.c.svn-base [new file with mode: 0755]
lib/x86/.svn/wcprops/disable.c.svn-work [new file with mode: 0755]
lib/x86/.svn/wcprops/dma.c.svn-work [new file with mode: 0755]
lib/x86/.svn/wcprops/enable.c.svn-work [new file with mode: 0755]
lib/x86/.svn/wcprops/inportb.c.svn-work [new file with mode: 0755]
lib/x86/.svn/wcprops/outportb.c.svn-work [new file with mode: 0755]
lib/x86/disable.c [new file with mode: 0755]
lib/x86/disable.o [new file with mode: 0644]
lib/x86/dma.c [new file with mode: 0755]
lib/x86/dma.o [new file with mode: 0644]
lib/x86/enable.c [new file with mode: 0755]
lib/x86/enable.o [new file with mode: 0644]
lib/x86/inportb.c [new file with mode: 0755]
lib/x86/inportb.o [new file with mode: 0644]
lib/x86/outportb.c [new file with mode: 0755]
lib/x86/outportb.o [new file with mode: 0644]
make_iso.sh [new file with mode: 0755]
mnt/.svn/README.txt [new file with mode: 0755]
mnt/.svn/dir-wcprops [new file with mode: 0755]
mnt/.svn/empty-file [new file with mode: 0755]
mnt/.svn/entries [new file with mode: 0755]
mnt/.svn/format [new file with mode: 0755]
zexos-0.3.0-i386.iso [new file with mode: 0644]