Convert the cache code to C and implement the core printf function
authorLiu Aleaxander <Aleaxander@gmail.com>
Tue, 2 Jun 2009 00:32:36 +0000 (08:32 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Tue, 2 Jun 2009 00:32:36 +0000 (08:32 +0800)
commit5e45fe5a4284dd362bbccd71bebaa3838d77591b
tree26088a54f4ecc1d44a2bdc33db4aa4d65ca0aa8c
parent78ddd6d384264d62ab67bcc5ba7b0ff17c90ce2f
Convert the cache code to C and implement the core printf function

for the cahce part, I do get the error message says that undefined reference
to `getlinsec'. I'm abort to implement a C version one.

for the printf function, it works somehow, but doesn't work well. With the test,
it seems it can handle the format output correctly. And I haven't debugged it,
so I have no idea for now.
core/cache.c [new file with mode: 0644]
core/cache.h [new file with mode: 0644]
core/diskstart.inc
core/extern.inc
core/extlinux.asm
core/ldlinux.asm
core/printf.c [new file with mode: 0644]
core/types.h [new file with mode: 0644]