2004-06-15, 21:58 | #9 |
一般会员 注册日期: Aug 2003 帖子: 69 精华: 0 现金: 398 元 资产: 398 元 声望: 10 | 请教:改写__low_level_init()函数作用一样吗? int __low_level_init(void) { /* Insert your low-level initializations here */ /*==================================*/ /* Choose if segment initialization */ /* should be done or not. */ /* Return: 0 to omit seg_init */ /* 1 to run seg_init */ /*==================================*/ return (0); } |
2004-06-18, 21:04 | #11 |
初级会员 注册日期: May 2003 帖子: 20 精华: 0 现金: -55 元 资产: -55 元 声望: 10 | 用 "张冲" 和 "hotpower"说的都可以,我的程序中两种方法都用。 |
http://www.lierda.com/bbs/showthread.php?t=5877&highlight=hotpower
文章评论(0条评论)
登录后参与讨论