创建操作系统或工具的编程语言是什么?
What is the programming language to create operating system or tools?
我想知道操作系统的制造地。就像windows,比尔盖茨先生用什么编程语言实现了那个OS。欢迎任何答案。
..operating systems..where they are made?
在无数无眠的日日夜夜用双手在闪耀灵感的影响下,在杰出的无所畏惧的人的脑海中
..Windows, what is the programming language that Mr.Bill Gates used..?
History of Windows is long story. Some assembly
language, some C
, some C++
, some shell scripting languages, combined together it is joint effort resulting in several millions of lines of code.
考虑到普通开发人员可以生产 only a few lines of code per day,使用一个聪明人选择正确的编程语言并且有一天阳光普照,那个人变得富有的场景,这个项目的成功不能轻易重复快乐,世界张大嘴巴静止不动(我猜这是你问题背后的最初想法)
..what is the programming language that Mr. Bill Gates used to achieved that OS?
根据Wikipedia: DOS the OS sold by Mr.Bill Gates was actually developed by Mr.Tim Paterson and the historical articles available at his site表明它是用assembly
语言写的
即使在今天,也有一些很酷的人能够使用 汇编语言 创建具有 GUI 和网络等的完整 OS,就像 MenuetOS.net 项目。
然后还有其他很酷的人能够在 C
中创建完整的 OS,例如 Mr.Linus Torvalds 和他的 https://github.com/torvalds/linux
然后有些人能够创建完整的计算机,作为支持基于 visions and dreams with OS and applications and development environment and everything, like those behind the Squeak 项目构建的想象力的环境,该项目基于 smalltalk
语言
...由?...
继续
虽然你的问题看起来太宽泛,没有任何研究成果,但我发现它实际上是一个很好的问题。每个程序员总有一天需要以某种方式向 (him/her) 自己回答这个问题。希望对您有所帮助
除了非常好的答案之外,我还想分享一个关于该主题的有趣项目。一个名为 COSMOS 的项目让您可以使用 C# 语言创建您自己的操作系统。当然,当时比尔·盖茨和他的朋友们创建他们的 OS.
时还没有 C# 和 COSMOS
检查下面的 link。
为此编写了Instructable。您可以应用这些步骤来创建您的。
我想知道操作系统的制造地。就像windows,比尔盖茨先生用什么编程语言实现了那个OS。欢迎任何答案。
..operating systems..where they are made?
在无数无眠的日日夜夜用双手在闪耀灵感的影响下,在杰出的无所畏惧的人的脑海中
..Windows, what is the programming language that Mr.Bill Gates used..?
History of Windows is long story. Some assembly
language, some C
, some C++
, some shell scripting languages, combined together it is joint effort resulting in several millions of lines of code.
考虑到普通开发人员可以生产 only a few lines of code per day,使用一个聪明人选择正确的编程语言并且有一天阳光普照,那个人变得富有的场景,这个项目的成功不能轻易重复快乐,世界张大嘴巴静止不动(我猜这是你问题背后的最初想法)
..what is the programming language that Mr. Bill Gates used to achieved that OS?
根据Wikipedia: DOS the OS sold by Mr.Bill Gates was actually developed by Mr.Tim Paterson and the historical articles available at his site表明它是用assembly
语言写的
即使在今天,也有一些很酷的人能够使用 汇编语言 创建具有 GUI 和网络等的完整 OS,就像 MenuetOS.net 项目。
然后还有其他很酷的人能够在 C
中创建完整的 OS,例如 Mr.Linus Torvalds 和他的 https://github.com/torvalds/linux
然后有些人能够创建完整的计算机,作为支持基于 visions and dreams with OS and applications and development environment and everything, like those behind the Squeak 项目构建的想象力的环境,该项目基于 smalltalk
语言
...由?...
继续虽然你的问题看起来太宽泛,没有任何研究成果,但我发现它实际上是一个很好的问题。每个程序员总有一天需要以某种方式向 (him/her) 自己回答这个问题。希望对您有所帮助
除了非常好的答案之外,我还想分享一个关于该主题的有趣项目。一个名为 COSMOS 的项目让您可以使用 C# 语言创建您自己的操作系统。当然,当时比尔·盖茨和他的朋友们创建他们的 OS.
时还没有 C# 和 COSMOS检查下面的 link。
为此编写了Instructable。您可以应用这些步骤来创建您的。