Core: Convert the searchdir function to C
authorLiu Aleaxander <Aleaxander@gmail.com>
Fri, 5 Jun 2009 01:29:13 +0000 (09:29 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Fri, 5 Jun 2009 01:29:13 +0000 (09:29 +0800)
commit1be29e2cdba4e406e3a7ca78e3959caacb925e75
tree2f0a571518b126381daaca7d9cccfc34253050a7
parent1a8ca75d7590c9b709af07030a30d7d718445942
Core: Convert the searchdir function to C

for now, almost all the stuff related to EXT have been converted to C,
and fow my (limit) test, it works well.

The getfssec function haven't converted to C, because it also be called
from asm file, and I find it's a bit hard to convert it to C. But however,
it's my next plan.
core/comboot.inc
core/diskstart.inc
core/ext2.c
core/extern.inc
core/extlinux.asm
core/getc.inc
core/include/core.h
core/parseconfig.inc
core/runkernel.inc
core/ui.inc