|
lemonhall
高级用户
    OS/2女孩
积分 639
发帖 183
注册 2003-6-14
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
呵呵,那就是吧。我无意争论这个问题,因为DOS下做个X WINDOWS,直接的效果
是可想而知的。 让DOS在某些方面和UNIX下的X兼容,让编程用户(不是使用者哦)
爱上X而不是WIN,让某些意志不坚定的程序员转行去用UNIX。这动机隐藏地多好啊。
。。!!
哦,WENGIER我的主页地址换了,哎。原来那个太慢了,还不提供FTP服务。我换到
WWW。533。NET上去了,顺便做了一次更新。
地址是: http://lemonhall.533.net/
Hehe, that's it. I have no intention to argue about this issue, because the direct effect of making an X WINDOWS under DOS is imaginable. Let DOS be compatible with X under UNIX in some aspects, make programming users (not users哦) fall in love with X instead of WIN, and let some wavering programmers switch to using UNIX. How well this motivation is hidden.
. . !!
Oh, my homepage address has changed, hey. The original one was too slow and didn't provide FTP service. I moved to WWW.533.NET and did an update by the way.
Address is: http://lemonhall.533.net/
|

REM 喜欢DOS,因为它的简单
REM 喜欢OS/2,因为它不再矫饰
REM 喜欢BASIC,因为它并不幼稚
REM 喜欢GNU,因为它杂乱无章 |
|
2003-9-28 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
我看是让意志不坚定的程序员从 UNIX 转移到 DOS. 因为这移植是 DOS 的人做出来的.
除了用户管理, 内存保护, 以及安全性以外, UNIX 和 DOS 不都一样吗? UNIX 所缺乏的, 就是 DOS 的实模式(这决定了UNIX不能取代 DOS ), 跟 DOS 的兼容性不好. 所以, 果真把 X 移植过来之后, 受益最大的, 当然是DOS了.
I think it's to make programmers with weak will transfer from UNIX to DOS. Because this porting was done by people from DOS.
Except for user management, memory protection, and security, aren't UNIX and DOS all the same? What UNIX lacks is the real mode of DOS (this determines that UNIX can't replace DOS), and the compatibility with DOS is not good. So, if X is really ported over, of course, the one that benefits the most is DOS.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2003-9-28 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
WinME也是在纯DOS下运行的呢。。MS-DOS 8.0下可以直接启动Win9x、WinME等,MS-DOS 7.10下可以启动Win3.x、Win9x,但启动WinME却有些小问题,只能用DOS8才能正常启动WinME(所以我们正在试图HACK那个DOS8的IO.SYS,因为它是压缩过的)。不知道不点对DOS8/WinME的IO.SYS有没有研究过?
WinME also runs under pure DOS. MS-DOS 8.0 can directly boot Win9x, WinME, etc. MS-DOS 7.10 can boot Win3.x, Win9x, but there are some minor issues when booting WinME. Only DOS8 can boot WinME normally (so we are trying to HACK that DOS8's IO.SYS because it is compressed). I wonder if anyone has studied the IO.SYS of DOS8/WinME?
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-9-28 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
呵呵, 别看那个小小的 IO.sys 才200多K, 实际上它可复杂了. 我曾经试图研究 WIN98 的 IO.SYS, 但失败了.以后就再也没有接触 IO.SYS 了.
因为它是 IO.SYS, 所以, 也无法用 DEBUG 来调试它. 用别的工具似乎也难呀.
Hehe, don't look at that small IO.sys which is only over 200K. Actually, it's quite complicated. I once tried to study WIN98's IO.SYS but failed. Then I never got in touch with IO.SYS again.
Because it's IO.SYS, so it can't be debugged with DEBUG. It seems difficult to use other tools either.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2003-9-29 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
那个原版的200多KB的IO.SYS据我研究是由4部分组成的,其中后两部分根本没什么用(其中一部分是98LOGO),已被我删掉了,所以只剩124KB左右了,做为MS-DOS 7.10的系统启动文件,很好用的。。
至于IO.SYS前两部分,是由IO和MSDOS两部分组成,即分别为DOS6的IO.SYS和MSDOS.SYS的升级版结合在一起组成的。我曾试过用MS-DOS 6.22的MSDOS.SYS和MS-DOS 7.0的IO.SYS中的MSDOS部分来代替MS-DOS 7.10的IO.SYS的MSDOS部分(47KB),结果证明都是可以基本正常使用的,只是这样的话读FAT32分区有问题(FAT32分区只有盘符而不见内容,因为MS-DOS 7.10以前的版本是不支持FAT32分区的)。这说明MS-DOS 7.x的IO.SYS的IO和MSDOS部分是MS-DOS 6.x的相应部分的更新版本,即MS-DOS 7.x真正是MS-DOS 6.x的升级版本。。。
The original IO.SYS of more than 200KB, as I studied, is composed of 4 parts. The latter two parts are really useless (one of them is 98LOGO), and I have deleted them, so it is left about 124KB. As the system boot file of MS-DOS 7.10, it is very useful.
As for the first two parts of IO.SYS, they are composed of IO and MSDOS parts, that is, they are combined by upgrading the DOS6's IO.SYS and MSDOS.SYS. I once tried to replace the MSDOS part (47KB) of IO.SYS of MS-DOS 7.10 with the MSDOS.SYS of MS-DOS 6.22 and the MSDOS part of IO.SYS of MS-DOS 7.0. The result proved that they can basically be used normally. But in this case, there is a problem in reading FAT32 partitions (FAT32 partitions have drive letters but no content visible, because versions before MS-DOS 7.10 do not support FAT32 partitions). This shows that the IO and MSDOS parts of IO.SYS of MS-DOS 7.x are updated versions of the corresponding parts of MS-DOS 6.x, that is, MS-DOS 7.x is really an upgraded version of MS-DOS 6.x...
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-9-29 00:00 |
|
|
lemonhall
高级用户
    OS/2女孩
积分 639
发帖 183
注册 2003-6-14
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
“除了用户管理, 内存保护, 以及安全性以外, UNIX 和 DOS 不都一样吗? UNIX 所缺乏的, 就是 DOS 的实模式(这决定了UNIX不能取代 DOS ), 跟 DOS 的兼容性不好. 所以, 果真把 X 移植过来之后, 受益最大的, 当然是DOS了.”
晕,你说的不都是些表面的东西么。
GNU‘S NOT UNIX,当然DOS更不是UNIX。 这种言论是不可取的,DOS固然好。但是毕竟太幼稚了。
UNIX是分时系统,是多任务操作系统,具有交互能力和批处理能力。和ITS一样的语言处理能力。相应的SHELL系统和内部的TCP/IP支持。这些真正区别与操作系统间的东西是DOS无法模仿的。
不要忘了,UNIX根本不是微机可以运行的东西。
知道FREE BSD,LINUX出现后。区别与系统级和用户内存空间的一个真正的分时操作系统才出现。NT系列勉强算是吧。呵呵。
推荐你去查找LINUS和MINIX之父的讨论文章,你会看到整体内核和微内核的争论。
懂操作系统的人,从不会去讨论DOS和UNIX的区别问题。
DOS学的不过是UNIX的形式,包括文件系统,重定向等。UNIX系统的皮毛
而UNIX是什么,包括内核级别的FORK(),和内存调度,任务调度系统。和DOS一点关系
都没有。
我其实都不想和你争论什么了,你可以去看看大学的教材《操作系统》。你就会明白了。
"Besides user management, memory protection, and security, aren't UNIX and DOS all the same? What UNIX lacks is the real mode of DOS (which determines that UNIX can't replace DOS) and poor compatibility with DOS. So, indeed, after porting X over, the one that benefits the most is of course DOS."
Dizzy, what you're saying are all just surface-level things, right.
GNU'S NOT UNIX, and of course DOS isn't UNIX either. Such remarks are not可取. DOS is good, but after all, it's too naive.
UNIX is a time-sharing system, a multi-tasking operating system, with interactive capabilities and batch processing capabilities. The same language processing capabilities as ITS. The corresponding SHELL system and internal TCP/IP support. These are the real things that distinguish between operating systems and are something DOS can't imitate.
Don't forget, UNIX isn't something that can run on microcomputers at all.
After knowing about FREE BSD, LINUX appearing. A real time-sharing operating system that distinguishes between system-level and user memory spaces has emerged. The NT series is barely considered as such. Hehe.
Recommend you to look for discussion articles by LINUS and the father of MINIX, and you will see the debate between monolithic kernels and microkernels.
People who understand operating systems never discuss the differences between DOS and UNIX.
DOS has only learned the form of UNIX, including the file system, redirection, etc. The superficial aspects of the UNIX system
And what is UNIX, including the kernel-level FORK(), and memory scheduling, task scheduling system. Has nothing to do with DOS at all.
I actually don't even want to argue with you anymore, you can go and read the university textbook "Operating Systems". You will understand.
|

REM 喜欢DOS,因为它的简单
REM 喜欢OS/2,因为它不再矫饰
REM 喜欢BASIC,因为它并不幼稚
REM 喜欢GNU,因为它杂乱无章 |
|
2003-9-29 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
楼上说的对,争论没用。都在发展,又不是哪一个要消亡了。至于说大学的教材,俺就没有时间再去看了。看了也解决不了谁想吃掉谁的问题。
What the person above said is right. Arguing is useless. Both are developing, and it's not like one is going to die out. As for the textbooks in universities, I just don't have time to read them anymore. Reading them won't solve the problem of who wants to eat up whom.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2003-9-29 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2003-9-29 10:38:37的发言:
那个原版的200多KB的IO.SYS据我研究是由4部分组成的,其中后两部分根本没什么用(其中一部分是98LOGO),已被我删掉了,所以只剩124KB左右了,做为MS-DOS 7.10的系统启动文件,很好用的。。
至于IO.SYS前两部分,是由IO和MSDOS两部分组成,即分别为DOS6的IO.SYS和MSDOS.SYS的升级版结合在一起组成的。我曾试过用MS-DOS 6.22的MSDOS.SYS和MS-DOS 7.0的IO.SYS中的MSDOS部分来代替MS-DOS 7.10的IO.SYS的MSDOS部分(47KB),结果证明都是可以基本正常使用的,只是这样的话读FAT32分区有问题(FAT32分区只有盘符而不见内容,因为MS-DOS 7.10以前的版本是不支持FAT32分区的)。这说明MS-DOS 7.x的IO.SYS的IO和MSDOS部分是MS-DOS 6.x的相应部分的更新版本,即MS-DOS 7.x真正是MS-DOS 6.x的升级版本。。。
干的好!那么 DOS 8 比这复杂吗?你说过它是压缩的。
另外,我个人觉得,98 就不错了,ME 没有什么值得留恋的。98,如你所说,无非就是 6.22 的升级。那么,可以想像,ME 能“进步”到哪里去?我想,在那么短的时间内,微软也没有能力让 ME 有着技术上的巨大跃迁。
极有可能的是,ME 无非就是想进一步彻底地隐藏技术,让 DOS 成为过去。这是为 2000 作热身的,其本身无非就是一个过渡产品。
当然了,如果你能够把 ME 的 IO 弄清楚了更好。假如弄不清楚,也没什么,这说明微软隐藏得更好了,说明微软的目的达到了,别的没什么。我猜测,ME 就是 98 而已,只不过进一步加密,让 DOS 的 HACKer 更加难以追踪罢了。
The following is the statement quoted from Wengier on 2003-9-29 10:38:37:
The original IO.SYS of more than 200KB, as I studied, is composed of 4 parts. The latter two parts are really useless (one of them is 98LOGO), which I have deleted, so it is only about 124KB left. As the system boot file of MS-DOS 7.10, it works very well.
As for the first two parts of IO.SYS, they are composed of IO and MSDOS parts, that is, they are combined by the upgraded versions of DOS6's IO.SYS and MSDOS.SYS. I once tried to replace the MSDOS part (47KB) of IO.SYS of MS-DOS 7.10 with the MSDOS.SYS of MS-DOS 6.22 and the MSDOS part of IO.SYS of MS-DOS 7.0. The result proved that it could basically be used normally. But in this case, there was a problem in reading the FAT32 partition (the FAT32 partition only has the drive letter but no content visible, because the versions before MS-DOS 7.10 do not support the FAT32 partition). This shows that the IO and MSDOS parts of IO.SYS of MS-DOS 7.x are updated versions of the corresponding parts of MS-DOS 6.x, that is, MS-DOS 7.x is really an upgraded version of MS-DOS 6.x...
Well done! Then is DOS 8 more complicated than this? You said it was compressed.
In addition, personally, I think 98 is quite good, and ME has nothing to be nostalgic about. 98, as you said, is nothing but an upgrade of 6.22. Then, it can be imagined, where can ME "progress"? I think, in such a short time, Microsoft doesn't have the ability to make ME have a huge technological leap.
It is very likely that ME just wants to further completely hide the technology and make DOS a thing of the past. This is a warm-up for 2000, and it itself is just a transitional product.
Of course, it would be better if you can figure out the IO of ME. If you can't figure it out, it doesn't matter. This shows that Microsoft has hidden it better, which means that Microsoft's purpose has been achieved, and there is nothing else. I guess, ME is just 98, but further encrypted, making it more difficult for DOS hackers to track.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2003-9-30 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
以下是引用不点在2003-9-30 14:02:29的发言:
以下是引用Wengier在2003-9-29 10:38:37的发言:
那个原版的200多KB的IO.SYS据我研究是由4部分组成的,其中后两部分根本没什么用(其中一部分是98LOGO),已被我删掉了,所以只剩124KB左右了,做为MS-DOS 7.10的系统启动文件,很好用的。。
至于IO.SYS前两部分,是由IO和MSDOS两部分组成,即分别为DOS6的IO.SYS和MSDOS.SYS的升级版结合在一起组成的。我曾试过用MS-DOS 6.22的MSDOS.SYS和MS-DOS 7.0的IO.SYS中的MSDOS部分来代替MS-DOS 7.10的IO.SYS的MSDOS部分(47KB),结果证明都是可以基本正常使用的,只是这样的话读FAT32分区有问题(FAT32分区只有盘符而不见内容,因为MS-DOS 7.10以前的版本是不支持FAT32分区的)。这说明MS-DOS 7.x的IO.SYS的IO和MSDOS部分是MS-DOS 6.x的相应部分的更新版本,即MS-DOS 7.x真正是MS-DOS 6.x的升级版本。。。
干的好!那么 DOS 8 比这复杂吗?你说过它是压缩的。
另外,我个人觉得,98 就不错了,ME 没有什么值得留恋的。98,如你所说,无非就是 6.22 的升级。那么,可以想像,ME 能“进步”到哪里去?我想,在那么短的时间内,微软也没有能力让 ME 有着技术上的巨大跃迁。
极有可能的是,ME 无非就是想进一步彻底地隐藏技术,让 DOS 成为过去。这是为 2000 作热身的,其本身无非就是一个过渡产品。
当然了,如果你能够把 ME 的 IO 弄清楚了更好。假如弄不清楚,也没什么,这说明微软隐藏得更好了,说明微软的目的达到了,别的没什么。我猜测,ME 就是 98 而已,只不过进一步加密,让 DOS 的 HACKer 更加难以追踪罢了。
呵呵,微軟為什麼要在出2000時用NT的內核?而後來在推出ME來補98的市場空缺?事實上,微軟早有在2000推出時,開始規劃XP,我想,微軟一定是發現WIN 4.x的缺陷,才進一步想以NT的內核來取代的
The following is the statement quoted by Budian on 2003-9-30 14:02:29:
The following is the statement quoted by Wengier on 2003-9-29 10:38:37:
The original 200+KB IO.SYS, as I studied, is composed of 4 parts. The last two parts are really useless (one part is 98LOGO), which I have deleted, so it is only about 124KB left. As the system boot file of MS-DOS 7.10, it works very well.
As for the first two parts of IO.SYS, they are composed of IO and MSDOS parts, that is, they are combined by the upgraded versions of DOS6's IO.SYS and MSDOS.SYS. I once tried to replace the MSDOS part (47KB) of MS-DOS 7.10's IO.SYS with the MSDOS.SYS of MS-DOS 6.22 and the IO part of MS-DOS 7.0's IO.SYS. The result proved that it could basically work normally. However, in this case, there was a problem with reading FAT32 partitions (FAT32 partitions only have drive letters but no contents, because versions before MS-DOS 7.10 do not support FAT32 partitions). This shows that the IO and MSDOS parts of MS-DOS 7.x's IO.SYS are updated versions of the corresponding parts of MS-DOS 6.x, that is, MS-DOS 7.x is really an upgraded version of MS-DOS 6.x...
Well done! Then is DOS 8 more complicated than this? You said it is compressed.
In addition, I personally think that 98 is pretty good, and ME has nothing to be nostalgic about. 98, as you said, is nothing but an upgrade of 6.22. Then, we can imagine, where can ME "progress"? I think that in such a short time, Microsoft also does not have the ability to make a huge technological leap in ME.
It is very likely that ME is just trying to further completely hide the technology and make DOS a thing of the past. This is a warm-up for 2000, and it itself is just a transitional product.
Of course, if you can figure out the IO of ME, it would be better. If you can't figure it out, it's okay. This shows that Microsoft has hidden it better, indicating that Microsoft's purpose has been achieved, and there is nothing else. I guess that ME is just 98, but further encrypted, making it more difficult for DOS HACKers to track.
Hehe, why did Microsoft use the NT kernel when launching 2000? And then launched ME to fill the market gap of 98? In fact, Microsoft had already planned for XP when launching 2000. I think Microsoft must have discovered the defects of WIN 4.x, so it further wanted to replace it with the NT kernel
|

MSN:tiqit2@hotmail.com
 |
|
2003-9-30 00:00 |
|
|
不点
银牌会员
     不甘寂寞的人
积分 2491
发帖 1115
注册 2003-9-24
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
是的。微软希望它的技术封装在一个“黑箱”里面。它希望别人只能使用它提供的产品,但不希望别人有跟它一样的开发能力。
所以,它进行的是一种策略,或者说也是一种斗争。站在它的角度,这很合乎情理。
然而,这要付出代价的。最终用户当然不很敏感,然而,开发者却感到恼火了。开发工作一定很辛苦,可是微软不仅不提供方便,还故意制造障碍。这谁受得了?所以,开发者都要转移到别的平台去。微软表面上聪明,其实,聪明过头,变成傻瓜了。无论是最终用户,还是开发者,哪个都重要,都不敢得罪的。微软的下坡路一定要继续走下去,因为导致它下滑的指导思想一直存在。要想停止下滑,就得改变指导思想,把系统开放给大家,停止采用间谍手段来控制用户的行为。
Yes. Microsoft wants its technology to be encapsulated in a "black box". It hopes that others can only use the products it provides, but does not want others to have the same development capabilities as it.
So, it is carrying out a strategy, or it is also a kind of struggle. From its perspective, this is very reasonable.
However, this will come at a cost. Of course, end users are not very sensitive, but developers are annoyed. Development work must be very hard, but Microsoft not only does not provide convenience, but also deliberately creates obstacles. Who can stand this? So, developers all want to move to other platforms. Microsoft seems smart on the surface, but in fact, being too smart turns into a fool. Both end users and developers are important, and neither can be offended. Microsoft's downhill road must continue, because the guiding ideology that leads to its decline has always existed. To stop the decline, we must change the guiding ideology, open the system to everyone, and stop using espionage methods to control users' behavior.
|

因为我们亲手创建,这个世界更加美丽。 |
|
2003-10-1 00:00 |
|
|
cn_archer
元老会员
         农民
积分 2903
发帖 991
注册 2003-7-23 来自 福建省
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
哈,这里的争论还真是激烈啊!
做为一个菜鸟,我很开心的看到,论坛的高手多了起来了!
DOS和Unix似乎是没什么好争论的啊,两种不同应用的系统。
老实说我现在最关心的不是这两个哪个更强,而是我们现在可以做什么,我们,要做什么。
我菜,也许我的想法也因此比较菜了些。
Hehe, the argument here is really intense!
As a noob, I'm very happy to see that there are more experts in the forum!
DOS and Unix seem to have nothing to argue about, they are two different application systems.
To be honest, what I care most about now is not which of the two is stronger, but what we can do now, what we need to do.
I'm a noob, maybe my thoughts are also relatively noobish because of this.
|

艰难奋长戟,万古用一夫
中国DOS联盟 http://www.cn-dos.net 欢迎大家来共同学习
我的MSN&E-Mail cn_archer@hotmail.com QQ 56049418
|
|
2003-10-2 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
以下是引用cn_archer在2003-10-2 0:27:08的发言:
哈,这里的争论还真是激烈啊!
做为一个菜鸟,我很开心的看到,论坛的高手多了起来了!
DOS和Unix似乎是没什么好争论的啊,两种不同应用的系统。
老实说我现在最关心的不是这两个哪个更强,而是我们现在可以做什么,我们,要做什么。
我菜,也许我的想法也因此比较菜了些。
不會,這就是一個務實人會說的話
The following is a quote from cn_archer on 2003-10-2 0:27:08:
Hehe, the arguments here are really intense!
As a noob, I'm very happy to see that there are more experts in the forum!
DOS and Unix don't seem to have much to argue about; they are two different systems for different applications.
To be honest, what I care most about now is not which one is stronger, but what we can do now and what we need to do.
I'm a noob, maybe my thoughts are also a bit noobish because of that.
No, this is what a practical person would say
|

MSN:tiqit2@hotmail.com
 |
|
2003-10-2 00:00 |
|
|
jincheng1985
初级用户
 
积分 150
发帖 13
注册 2003-9-18
状态 离线
|
『第 28 楼』:
使用 LLM 解释/回答一下
cn_archer在吗?向你求助~~~~~~~
Is cn_archer here? I'm asking for help~~~~~~~
|
|
2003-10-2 00:00 |
|
|
lemonhall
高级用户
    OS/2女孩
积分 639
发帖 183
注册 2003-6-14
状态 离线
|
『第 29 楼』:
使用 LLM 解释/回答一下
同意不点君的观点:事实上,微软就是通过这样来赚钱的。
在操作系统早期,UNIX时代。“用户”这个词是很神圣的,它不仅代表着最终使用者,还包括
大量的开发者,《操作系统原理》是本老书,从中更能看到这种痕迹。
其中,对操作系统的定义中,是包括编译系统的。
虽然我们现在所谓的“用户”99。75%都不关心WINDOWS发行时是否有编译系统,是否有用户
手册(MANPAGE不是普通的用户指南),但是微软也知道,这样将操作系统和其上的开发工具分开是可以赚两次钱的。
最可恨的是,微软的标准是如此的蛮横。它的标准往往不是行业界最好的。但是凭借它的垄断地位,总会成为最棒的。
拿IME来说,中国在90年代出现的输入法开发热潮是彻底被微软扑灭的,它5年内两次变换IME
底层接口,让多少编程人员叫苦不堪。。。。。而且它的某些操作也将五笔输入法彻底赶出了局。(虽然后来有志愿者和五笔自己的版本发布,但是也难见当日的辉煌了。)
Agree with the view of Bu Dian Jun: In fact, this is how Microsoft makes money.
In the early days of the operating system, during the UNIX era. The term "user" was very sacred, which not only represented the end users but also a large number of developers. "Principles of Operating Systems" is an old book, and we can see such traces from it.
Among them, the definition of an operating system includes the compiler system.
Although 99.75% of our so-called "users" today don't care whether Windows has a compiler system or a user manual when it is released (MANPAGE is not an ordinary user guide), but Microsoft also knows that separating the operating system from the development tools on it can make money twice.
The most hateful thing is that Microsoft's standards are so overbearing. Its standards are often not the best in the industry. But凭借 its monopoly position, it will always become the best.
Take IME for example. The boom in input method development in China in the 1990s was completely extinguished by Microsoft. It changed the IME underlying interface twice within 5 years, making many programmers complain... And some of its operations also completely drove Wubi input method out of the market. (Although there were later releases by volunteers and Wubi's own versions, it is difficult to see the glory of the past.)
|

REM 喜欢DOS,因为它的简单
REM 喜欢OS/2,因为它不再矫饰
REM 喜欢BASIC,因为它并不幼稚
REM 喜欢GNU,因为它杂乱无章 |
|
2003-10-2 00:00 |
|
|
cn_archer
元老会员
         农民
积分 2903
发帖 991
注册 2003-7-23 来自 福建省
状态 离线
|
『第 30 楼』:
使用 LLM 解释/回答一下
jincheng1985 找我有事吗?
jincheng1985, do you have something to talk to me about?
|

艰难奋长戟,万古用一夫
中国DOS联盟 http://www.cn-dos.net 欢迎大家来共同学习
我的MSN&E-Mail cn_archer@hotmail.com QQ 56049418
|
|
2003-10-2 00:00 |
|
|