Added:
trunk/include/Affinity/panic.h (contents, props changed)
trunk/kernel/panic.c (contents, props changed)
Modified:
trunk/docs/Changelog
trunk/include/Affinity/pmm.h
trunk/include/Affinity/version.h
trunk/include/libc/assert.h
trunk/kernel/Makefile
trunk/kernel/main.c
trunk/kernel/mm.c
trunk/kernel/pmm.c
trunk/link.ld
trunk/scripts/keywords.sh
Log:
1.0.0.0 Build 0003 - 19th August 2006:
- Added ". = ALIGN(0x1000);" before _end in link.ld.
- Removed -o ../kernel.sys from kernel Makefile.
- Added OUTPUT(../kernel.sys) to link.ld.
- Added pmm_alloc and pmm_free test to main.c
- Added panic.c and panic.h.
- Changed assert.h to work correctly.