Python Forum
Python as an operating system boot up
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python as an operating system boot up
#1
Hi all,
I started to learn Python code and it is really nice.
once I got a Raspberry Pi 4 and watching a video on YouTube about a Commodore C64, it got me thinking that why not boot the Raspberry Pi straight into Python like a Commodore C64 would boot into Basic.

Does any one know if this is possible, are there links etc. I did some googling, but could not find nothing on this.

Greetings.
Reply
#2
see: https://www.raspberrypi.org/forums/viewt...hp?t=46125
Reply
#3
(Nov-14-2019, 09:25 PM)megatronixs Wrote: it got me thinking that why not boot the Raspberry Pi straight into Python like a Commodore C64 would boot into Basic.
Does any one know if this is possible,
No Python is not a OS(operating system) like eg Commodore C64.
You can make stuff in Python CLI(command-line interface ),GUI(Graphical User Interface) or web-app.
Then make what's made start up at boot as the link Larz60+ posted talk about.
Reply
#4
What you're asking probably cannot be done. Due to not having a lot of information I'm not sure what you mean. You could, enable the script on boot and fully show it after you've logged into your OS, but you cannot create an OS with just that... An OS consists of a kernel, etc. etc.

Look here for more: Is it possible to create an operating system using Python?
Reply
#5
If you want to know more about Python as OS: https://lwn.net/Articles/641244/
It's used to diagnose hardware. The developer gave also a talk about the implementation and the occurring problems.

Micropython is also a kind of small os implementation. It's made for micro controllers, which doesn't have a MMU.

PS: If you just want to use an emulator on your Raspberry Pi, then use an existing emulator. The internet is full of them.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Code boot camps TrueStudentOfPython 2 2,358 Nov-14-2018, 12:20 PM
Last Post: hualalaje
  Time complexity different between operating systems. Why? Mekire 2 4,276 Jan-18-2017, 09:29 PM
Last Post: casevh

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020