Successed in converting the cache code to C
authorLiu Aleaxander <Aleaxander@gmail.com>
Tue, 2 Jun 2009 20:42:41 +0000 (04:42 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Tue, 2 Jun 2009 20:42:41 +0000 (04:42 +0800)
commitd0ce3937b75d491777e2c1f57ba0eaa20176b9f3
tree3d1bd7bcac1c15db4a79abc6b703c9ab00e6a3d0
parent5e45fe5a4284dd362bbccd71bebaa3838d77591b
Successed in converting the cache code to C

It works well for extlinux(seems broken with ldlinux).
With the printf function can not work well in the format string, like %d,
I introduced a new function itoa(), that convert the number to string, for
debugging.
core/Makefile
core/cache.c
core/cache.h
core/extlinux.asm
core/hello.c
core/include/core.h
core/layout.inc
core/ldlinux.asm