Added:
trunk/docs/
trunk/docs/LICENSE
trunk/docs/NOTES (contents, props changed)
trunk/docs/TODO (contents, props changed)
trunk/scripts/
trunk/scripts/keywords.sh
Removed:
trunk/BUILD
trunk/LICENSE
trunk/NOTES
trunk/TODO
Modified:
trunk/Makefile (contents, props changed)
trunk/Makefile.common (contents, props changed)
trunk/drivers/Makefile (contents, props changed)
trunk/include/Affinity/gdt.h (contents, props changed)
trunk/include/Affinity/idt.h (contents, props changed)
trunk/include/Affinity/keyboard.h (contents, props changed)
trunk/include/Affinity/mm.h (contents, props changed)
trunk/include/Affinity/system.h (contents, props changed)
trunk/include/Affinity/text_mode.h (contents, props changed)
trunk/include/Affinity/timer.h (contents, props changed)
trunk/include/Affinity/version.h (contents, props changed)
trunk/include/Affinity/video.h (contents, props changed)
trunk/include/Affinity/x86.h (contents, props changed)
trunk/include/libc/ctype.h (contents, props changed)
trunk/include/libc/errno.h (contents, props changed)
trunk/include/libc/stdarg.h (contents, props changed)
trunk/include/libc/stdio.h (contents, props changed)
trunk/include/libc/stdlib.h (contents, props changed)
trunk/include/libc/string.h (contents, props changed)
trunk/include/multiboot.h (contents, props changed)
trunk/include/sys/types.h (contents, props changed)
trunk/kernel/Makefile (contents, props changed)
trunk/kernel/gdt.c (contents, props changed)
trunk/kernel/idt.c (contents, props changed)
trunk/kernel/keyboard.c (contents, props changed)
trunk/kernel/main.c (contents, props changed)
trunk/kernel/mm.c (contents, props changed)
trunk/kernel/start.asm (contents, props changed)
trunk/kernel/text_mode.c (contents, props changed)
trunk/kernel/timer.c (contents, props changed)
trunk/kernel/x86.c (contents, props changed)
trunk/lib/Makefile (contents, props changed)
trunk/lib/libc/Makefile (contents, props changed)
trunk/lib/libc/stdarg.c (contents, props changed)
trunk/lib/libc/stdio.c (contents, props changed)
trunk/lib/libc/stdlib.c (contents, props changed)
trunk/lib/libc/string.c (contents, props changed)
trunk/link.ld (props changed)
trunk/modules/Makefile (contents, props changed)
Log:
Adding svn keywords, and updated IDT code.