Added:
trunk/lib/libc/errno.c (contents, props changed)
Modified:
trunk/docs/Changelog
trunk/include/Affinity/gdt.h
trunk/include/Affinity/idt.h
trunk/include/Affinity/keyboard.h
trunk/include/Affinity/mm.h
trunk/include/Affinity/pmm.h
trunk/include/Affinity/system.h
trunk/include/Affinity/text_mode.h
trunk/include/Affinity/timer.h
trunk/include/Affinity/version.h
trunk/include/Affinity/x86.h
trunk/include/libc/assert.h
trunk/include/libc/ctype.h
trunk/include/libc/errno.h
trunk/include/libc/stdarg.h
trunk/include/libc/stdio.h
trunk/include/libc/stdlib.h
trunk/include/libc/string.h
trunk/include/multiboot.h
trunk/include/sys/types.h
trunk/kernel/gdt.c
trunk/kernel/idt.c
trunk/kernel/interrupts.asm
trunk/kernel/keyboard.c
trunk/kernel/main.c
trunk/kernel/mm.c
trunk/kernel/paging.asm
trunk/kernel/pmm.c
trunk/kernel/start.asm
trunk/kernel/text_mode.c
trunk/kernel/timer.c
trunk/kernel/x86.c
trunk/lib/libc/Makefile
trunk/lib/libc/stdarg.c
trunk/lib/libc/stdio.c
trunk/lib/libc/stdlib.c
trunk/lib/libc/string.c
trunk/scripts/keywords.sh
Log:
1.0.0.0 Build 0001 - 19th August 2006:
- Removed all comments, ready to recomment the code.
- Removed video.h header file.
- Recommented all the source files.
- Fixed some problems in pmm.c
- Fixed some problems in mm.c
- Added errno.c