Core: get rid of passing com32sys_t structure as parameter in PMode
authorLiu Aleaxander <Aleaxander@gmail.com>
Sun, 30 Aug 2009 21:51:38 +0000 (05:51 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Sun, 30 Aug 2009 21:51:38 +0000 (05:51 +0800)
commit8b584217d5b18b7737c344bfb45570af1379da24
tree4bcdaa189ae0cb142b600302d5bcb1069e0d0e9a
parent53af19b2336ac0342856498e413dab22d0d6300f
Core: get rid of passing com32sys_t structure as parameter in PMode

Well, this molstly be about xxx_load_config function, with function type changed.
The new load_config function will return 1 if failed, or 0 if successed.

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
core/fs.c
core/fs/ext2/ext2.c
core/fs/fat/fat.c
core/fs/iso9660/iso9660.c
core/fs/pxe/pxe.c
core/include/core.h
core/include/fs.h