Added:
trunk/docs/Changelog (contents, props changed)
trunk/kernel/interrupts.asm (contents, props changed)
trunk/kernel/paging.asm (contents, props changed)
Modified:
trunk/docs/TODO
trunk/include/Affinity/mm.h
trunk/include/Affinity/version.h
trunk/include/libc/errno.h
trunk/include/libc/stdlib.h
trunk/include/libc/string.h
trunk/kernel/Makefile
trunk/kernel/idt.c
trunk/kernel/keyboard.c
trunk/kernel/main.c
trunk/kernel/mm.c
trunk/kernel/start.asm
trunk/kernel/text_mode.c
trunk/kernel/timer.c
trunk/lib/libc/stdlib.c
trunk/scripts/keywords.sh
Log:
1.0.0.0 Build 0000 - 18th August 2006:
- Split start.asm up into three files - start.asm, interrupts.asm, and paging.asm.
- Started to write mm.c.
- Added memsetw back into string.c.
- Deleted the global prefix of variables (g_).
- Added a newline to the beginning of the unhandled exception text.
- Other miscellaneous stuff.