PS:
请你问题写得条理一点,这样或许会有更多的人能帮你解答。作者: NightBoy 时间: 2005-12-3 23:12 我尽量表述清楚吧(语文不好,没办法)
我按照http://freedos-32.sourceforge.net/showdoc.php?page=howto-cvs上的方法(在linux下)
就是
GNU/Linux (with native gcc)
Create a directory, change to that directory and type the following.
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freedos-32 co fd32
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/freedos-32 co oslib
cd fd32
cp mk/linux.mk config.mk
make
这段的步骤操作
得到了如http://freedos-32.sourceforge.net/showdoc.php?page=howto-compile中最下面那段的结果
即you should find fd32.bin inside the SRC/fd32 directory
那个fd32.bin只有几十K
问题是:怎样由src这个目录(包含两个子目录oslib和fd32)得到可以安装freedos32的光盘,就是将这个目录刻录成cd吗?