|
|
@ -18,7 +18,7 @@
|
|
|
|
struct sysopt sysopt;
|
|
|
|
struct sysopt sysopt;
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
void
|
|
|
|
sys_early_init(void)
|
|
|
|
sys_early_init(void)//初始化
|
|
|
|
{
|
|
|
|
{
|
|
|
|
sysopt.support = (char *) 0;
|
|
|
|
sysopt.support = (char *) 0;
|
|
|
|
sysopt.recover = (char *) 0;
|
|
|
|
sysopt.recover = (char *) 0;
|
|
|
@ -90,7 +90,7 @@ sys_early_init(void)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
void
|
|
|
|
sysopt_release(void)
|
|
|
|
sysopt_release(void)//系统释放
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (sysopt.support)
|
|
|
|
if (sysopt.support)
|
|
|
|
free((genericptr_t) sysopt.support), sysopt.support = (char *) 0;
|
|
|
|
free((genericptr_t) sysopt.support), sysopt.support = (char *) 0;
|
|
|
|