Python操作系统??? [英] Python Operating System???

查看:180
本文介绍了Python操作系统???的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好。我最近遇到了一个名为Unununium的免费操作系统(或者像这样的b $ b),它是用Python和汇编开发的。


现在,我一直在正在寻找一种长时间制作操作系统的方法,而且我能找到的唯一可能性就是C ++和汇编。如果我不经常使用它,我不会介意组装这么多。但是C ++是如此复杂,而且很难在代码中找到错误。

我。


所以,我我想知道是否有可能在启动时找到一个加载

a python文件的引导程序......


是否有一个Python的例子OS?


谢谢!

解决方案

David Brown写道:

你好。我最近遇到了一个名为Unununium的免费操作系统(或类似的东西),它是用Python和汇编开发的。

现在,我一直在寻找一种方法来进行操作系统很长一段时间,我能找到的唯一可能性是C ++和汇编。如果我不经常使用它,我不介意组装。但是C ++非常复杂,在我的代码中几乎找不到错误。

所以,我想知道是否有可能找到一个引导加载程序在启动时加载一个python文件或什么......

在某些Python操作系统中有一个例子吗?

谢谢!



过去没有关于此的讨论很多吗?


David Brown写道:

你好。我最近遇到了一个名为Unununium的免费操作系统(或类似的东西),它是用Python和汇编开发的。

现在,我一直在寻找一种方法来进行操作系统很长一段时间,我能找到的唯一可能性是C ++和汇编。如果我不经常使用它,我不介意组装。但是C ++非常复杂,在我的代码中几乎找不到错误。

所以,我想知道是否有可能找到一个引导加载程序在启动时加载一个python文件或什么......

在某些Python操作系统中有一个例子吗?

谢谢!


人们不会制作Python操作系统,因为这是一个严重的痛苦。

邓小平。 J / k,我半开玩笑。转到谷歌小组,并且

搜索Python OS。你会发现这个话题已经多次讨论过了。
。除了Unununium之外还有另一个项目,其中
是基于Python的,但是它不再被开发,而且我没有记住它是什么叫做b $ b。所以搜索一下,你会发现很多

的结果!或者,您可以联系Unununium人员寻求帮助。


另请注意,还有Java操作系统(可能还有其他操作系统)。但是再次,如果你不喜欢C ++,你可能不会喜欢Java。他们

可能是非常不同的语言,但根据我的经验,为什么

一个人不喜欢C ++的原因通常是由于质量/缺陷也可能是

在Java中找到。


Arich Chanachai写道:

但是
然后再次,如果你不''像C ++一样,你可能不喜欢Java。
它们可以是非常不同的语言,但根据我的经验,
为什么人们不喜欢C ++的原因通常是由于质量/缺陷也可以在Java中找到




哦,兄弟。


Python的禅宗说简单比复杂更好。并且

复杂比复杂更好。 Java在这里做得很好。 C ++

甚至没有得到复杂比复杂更好。对。有很多在C ++中没有的Java缺陷。

-

CARL BANKS


Hello. I recently came across a free operating system called Unununium (or
something like that) and it was developed in Python and Assembly.

Now, I have been looking for a way to make an operating system for a long
long time and the only possibilities I could find were C++ and assembly. I
don''t mind assembly so much if I don''t have to use it very often. But C++ is
so complicated and errors are pretty much impossible to find in the code for
me.

So, I was wondering if it would be possible to find a bootloader that loads
a python file at startup or something...

Is there an example somewhere of a Python OS?

Thanks!

解决方案

David Brown wrote:

Hello. I recently came across a free operating system called Unununium (or
something like that) and it was developed in Python and Assembly.

Now, I have been looking for a way to make an operating system for a long
long time and the only possibilities I could find were C++ and assembly. I
don''t mind assembly so much if I don''t have to use it very often. But C++ is
so complicated and errors are pretty much impossible to find in the code for
me.

So, I was wondering if it would be possible to find a bootloader that loads
a python file at startup or something...

Is there an example somewhere of a Python OS?

Thanks!



Hasn''t there been numerous discussions about this in the past??


David Brown wrote:

Hello. I recently came across a free operating system called Unununium (or
something like that) and it was developed in Python and Assembly.

Now, I have been looking for a way to make an operating system for a long
long time and the only possibilities I could find were C++ and assembly. I
don''t mind assembly so much if I don''t have to use it very often. But C++ is
so complicated and errors are pretty much impossible to find in the code for
me.

So, I was wondering if it would be possible to find a bootloader that loads
a python file at startup or something...

Is there an example somewhere of a Python OS?

Thanks!


People don''t make Python OSs because it''s a serious pain in the
Deng-Xiao-ping. J/k, I am half kidding. Go to google groups, and
search for Python OS. You will find that this topic has been discussed
numerous times. There was another project other than Unununium which
was Python based, but it is not being developed any longer and I fail to
remember what it was called. So search away, you will find many
results! Alternatively you could contact the Unununium folks for help.

Note also that there are Java OSs as well (and probably others). But
then again, if you don''t like C++, you probably won''t like Java. They
can be very different languages, but in my experience, the reasons why
one does not like C++ is usually due to a quality/flaw that can also be
found in Java.


Arich Chanachai wrote:

But
then again, if you don''t like C++, you probably won''t like Java. They can be very different languages, but in my experience, the reasons why one does not like C++ is usually due to a quality/flaw that can also be found in Java.



Oh, brother.

The Zen of Python says that "simple is better than complex" and
"complex is better than complicated". Java does pretty well here. C++
didn''t even get "complicated is better than convoluted" right. There''s
are a ton of flaws in C++ not found in Java.
--
CARL BANKS


这篇关于Python操作系统???的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆