[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:39686] Re: drivers.binのファイルタイプ



自己RESですが。。。。

kernel 2.4.20 を利用したのが、最悪でした。(笑)

1. 2.4.20はgcc-3.3ではcompile errorになる。gcc-3.2にしなければならない。
2. IDEのAli15x3は、このバージョンでは動かない。
3. usb-ohciには、Ali用のpatchが必要。

これらのため、うまくいきませんでしたので、この際と思い、2.4.24用の
rescue.binとdrivers.tgzを作りました。
http://www.tmo.co.jp/enter-d.html

-----------
sourceのpatchは init/do_mount.c のみ

778,779c778
< 	if (MAJOR(ROOT_DEV) == FLOPPY_MAJOR
< 	   || MAJOR(ROOT_DEV) == SCSI_DISK0_MAJOR ) {
---
> 	if (MAJOR(ROOT_DEV) == FLOPPY_MAJOR) {

892,893c891
< 	int is_floppy = ( MAJOR(ROOT_DEV) == FLOPPY_MAJOR
< 	                || MAJOR(ROOT_DEV) == SCSI_DISK0_MAJOR );
---
> 	int is_floppy = MAJOR(ROOT_DEV) == FLOPPY_MAJOR;



野村

-- 
****** Nomura Technical Management Office Ltd. *****************
 Tomoo Nomura      nomura@xxxxxxxxx       http://www.tmo.co.jp/ 
    Phone: +81-78-797-0240 Fax: +81-78-797-0241 @nifty:GBH12257
 Worldwide Airline Timetable 'Flight Planner'
 European Electronic Timetable 'HAFAS'         ValueFax Support
****************************************************************