Added:
trunk/modules/modules.ld (contents, props changed)
Removed:
trunk/include/Affinity/video.h
Modified:
trunk/docs/Changelog
trunk/docs/LICENSE (props changed)
trunk/docs/TODO
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/version.h
trunk/include/libc/errno.h
trunk/include/libc/stdio.h
trunk/include/libc/stdlib.h
trunk/include/multiboot.h
trunk/kernel/Makefile
trunk/kernel/idt.c
trunk/kernel/interrupts.asm
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/stdarg.c
trunk/lib/libc/stdio.c
trunk/lib/libc/stdlib.c
trunk/link.ld
trunk/scripts/keywords.sh (contents, props changed)
Log:
1.0.0.0 Build 0005 -
- Made changes to keyboard.c.
- Added interrupt defines to idt.h.
- Implemented basic paging.
- Implemented simple kmalloc().
- Implemented simple ksbrk().
- Started work on shell.c and shell.h (Not completed).