Convert the config load part to C
authorLiu Aleaxander <Aleaxander@gmail.com>
Wed, 3 Jun 2009 05:14:41 +0000 (13:14 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Wed, 3 Jun 2009 05:14:41 +0000 (13:14 +0800)
commit7fc77159cc87c848e8c222951516731b433f9944
tree5f7d9afb9b3d728588065636357f5b74d10d146c
parente751e537459b681b4a0b56276e58f08296f9dc8f
Convert the config load part to C

For now, I added a temporary file load_config.c that would be merged into
extlinux.c file later, which would make my later work be much easier.

And in order to get rid of the conflict noisy message from the open function
in ui.inc and the open function defined in the unistd.h, I changed the
open in core to core_open. It may be ugly, but it works :)
core/comboot.inc
core/conio.inc
core/extern.inc
core/extlinux.asm
core/getc.inc
core/include/core.h
core/ldlinux.asm
core/parseconfig.inc
core/ui.inc