| 
 
sandy 
元老会员
 
          联盟“管理员”
  
 
积分 608 
发帖 157 
注册 2002-10-18 
状态 离线
 | 
『楼 主』:
 DOS发展方向
 
使用 LLM 解释/回答一下
  
总的来说, 应该向GNU/UNIX靠拢. 
(偷懒,就用鸟文打了) 
1.kernel 
  1)32 bit 
  2)support new hardwares 
  3)module assembled 
  4)support many vitrual consoles, include a graphic env (text console support to 800*600) 
  5)kernel support chinese 12-font 
2.shell 
  1)minimal bash-like line supported 
  2)the shell must be programmale like bash 
3.filesystem 
  MUST NOT be fat16/32! 'Cause they're very bad(you can try) 
  i think the best fs for dos is ReiserFS or NTFS, they're full logged 
4.complitable 
  you can run dos/16 program dos/32 program win/console program 
  add a MSDOS complitable mode,(640*480*4bit+command.com shell) 
 
I hope we the dos programmers can use this to develop our dos system!!! 
 
    
 
  
  |  
                  
  
                    La guerre, c'est le pax 
Freedom is Slavery 
无知就是力量 |   
 | 
  2002-12-7 00:00 | 
  
 | 
 | 
 
Wengier 
系统支持
 
              “新DOS时代”站长
  
 
积分 27736 
发帖 10521 
注册 2002-10-9 
状态 离线
 | 
 | 
  2002-12-7 00:00 | 
  
 | 
 | 
 
sandy 
元老会员
 
          联盟“管理员”
  
 
积分 608 
发帖 157 
注册 2002-10-18 
状态 离线
 | 
『第 3 楼』:
 
 
使用 LLM 解释/回答一下
  
ReiserFS 和 NTFS 哪个好? 还是自己开发一个DosFS?: 
 
    
 
  
  |  
                  
  
                    La guerre, c'est le pax 
Freedom is Slavery 
无知就是力量 |   
 | 
  2002-12-7 00:00 | 
  
 | 
 | 
 
Wengier 
系统支持
 
              “新DOS时代”站长
  
 
积分 27736 
发帖 10521 
注册 2002-10-9 
状态 离线
 | 
『第 4 楼』:
 
 
使用 LLM 解释/回答一下
  
自己开发FS目前看来不现实,就用NTFS也可以吧。 
 
    
 
  
  |  
                  
  
                    Wengier - 新DOS时代 
 
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址: 
http://wendos.mycool.net/ 
 
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!) 
 
  |   
 | 
  2002-12-7 00:00 | 
  
 | 
 | 
 
yiyesong 
元老会员
 
         
 
  
 
积分 1987 
发帖 632 
注册 2002-10-27 
状态 离线
 | 
『第 5 楼』:
 
 
使用 LLM 解释/回答一下
  
可是现在还没有这方面的高手,同时还要有条件,不太现实。必竟DOS不具备商业价值,纯是个人爱好。 
 
    
 
  
  |  
                  
  
                    http://dos.e-stone.cn/dosbbs 
uploadImages/200311161145850422.swf 
 |   
 | 
  2002-12-7 00:00 | 
  
 | 
 | 
 
Wengier 
系统支持
 
              “新DOS时代”站长
  
 
积分 27736 
发帖 10521 
注册 2002-10-9 
状态 离线
 | 
『第 6 楼』:
 
 
使用 LLM 解释/回答一下
  
虽然在国内不太现实,但我们可以帮助国外DOS的开发,向他们提出各种建议和资料等等。 
 
    
 
  
  |  
                  
  
                    Wengier - 新DOS时代 
 
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址: 
http://wendos.mycool.net/ 
 
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!) 
 
  |   
 | 
  2002-12-8 00:00 | 
  
 | 
 | 
 
Sandy 
元老会员
 
          联盟“管理员”
  
 
积分 608 
发帖 157 
注册 2002-10-18 
状态 离线
 | 
『第 7 楼』:
 
 
使用 LLM 解释/回答一下
  
Naming of device 
Long long ago, there are two device naming method:unix/dos 
'dos' is easier, but it can only name ports, and it may have the same name of files 
'unix' is cool, but think of this: C:\dev\hda1.dev 
do you think it's joking? 
 
so we can use newdos naming method: 
DEV-TYPE(num,...) 
hard disk part: hda1-> HD(1,1) 
soft disk: fd0-> FD(1) 
cdrom or whole hard disk: hdc-> HD(3) 
parr-port: lp0-> LPT(1) 
PS: LPT=LPT(1) 
serial-port: ttyS0-> COM(1) 
mouse: ps2aux-> AUX(ps2) 
Note: Any other devices are in AUX() 
 
Cool? 
 
    
 
  
  |  
                  
  
                    La guerre, c'est le pax 
Freedom is Slavery 
无知就是力量 |   
 | 
  2002-12-8 00:00 | 
  
 | 
 | 
 
Wengier 
系统支持
 
              “新DOS时代”站长
  
 
积分 27736 
发帖 10521 
注册 2002-10-9 
状态 离线
 | 
 | 
  2003-4-14 00:00 | 
  
 |