中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
游客 | 登录 | 注册 | 会员 | 搜索 | 中国DOS联盟
中国DOS联盟论坛
现在时间是 2026-09-14 23:21
47,812 主题排行 / 349,917 发帖 / 今日 0 篇 / 48,268 会员排行
DOS开发编程 & 发展交流 (开发室) » DOS发展方向
可打印版本  1,437 / 7
第1楼 Sandy 发表于 2002-12-07 00:00
元老会员 发帖 157 积分 608
DOS发展方向
总的来说, 应该向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!!!
第2楼 Wengier 发表于 2002-12-07 00:00
系统支持 发帖 10,521 积分 27,736
是的,完全支持。
第3楼 Sandy 发表于 2002-12-07 00:00
元老会员 发帖 157 积分 608
ReiserFS 和 NTFS 哪个好? 还是自己开发一个DosFS?:
第4楼 Wengier 发表于 2002-12-07 00:00
系统支持 发帖 10,521 积分 27,736
自己开发FS目前看来不现实,就用NTFS也可以吧。
第5楼 yiyesong 发表于 2002-12-07 00:00
元老会员 发帖 632 积分 1,987
可是现在还没有这方面的高手,同时还要有条件,不太现实。必竟DOS不具备商业价值,纯是个人爱好。
第6楼 Wengier 发表于 2002-12-08 00:00
系统支持 发帖 10,521 积分 27,736
虽然在国内不太现实,但我们可以帮助国外DOS的开发,向他们提出各种建议和资料等等。
第7楼 Sandy 发表于 2002-12-08 00:00
元老会员 发帖 157 积分 608
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?
第8楼 Wengier 发表于 2003-04-14 00:00
系统支持 发帖 10,521 积分 27,736
好主意,我原来也有类似想法.
[ 联系联盟系统管理团队 - 中国DOS联盟 - 标准版 ]
Sponsored by ifanr Inc | © 2001–2023