This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Could I Boot Irl Computer Into Craft Os?
Started by elfin8er, 22 August 2013 - 02:08 PMPosted 22 August 2013 - 04:08 PM
Well, I've just been bored for the past couple of days, and so I was wondering if it'd be possible to boot my computer into Craft OS. It would probably take quite a bit of work, but it'd be a pretty neat project to do. Does anybody know if it's possible, and how hard/easy it'd be to do?
Posted 22 August 2013 - 04:13 PM
MS-Dos isn't too far from Lua/CraftOS and it's possible to boot from that. You'd basically have to rewrite/modify a lot of the api and mod. But I don't see why not… but I also don't see why lol
Posted 22 August 2013 - 04:29 PM
Yea, I just don't know where to start. It'll probably be too hard of a task for myself.MS-Dos isn't too far from Lua/CraftOS and it's possible to boot from that. You'd basically have to rewrite/modify a lot of the api and mod. But I don't see why not… but I also don't see why lol
Posted 22 August 2013 - 06:44 PM
Well if you were to, you basically would need to write every single api function in assembly.
Posted 22 August 2013 - 11:31 PM
That's what I was afraid of.Well if you were to, you basically would need to write every single api function in assembly.
Posted 23 August 2013 - 03:18 AM
You could use FreeDOS, compile Lua for DOS and then write in CC functions.
Posted 23 August 2013 - 03:31 AM
As a matter of fact, I was actually looking into FreeDOS yesterday. Once I get my computer working again, I'm going to take a deeper look into this.You could use FreeDOS, compile Lua for DOS and then write in CC functions.
Posted 23 August 2013 - 04:23 AM
Aah.. Think of the posibilities… A doorlock IRL!
Posted 23 August 2013 - 04:27 AM
Another option is to create a basic Linux setup (maybe Debian or Arch?) that boots to a TTY. You would get a much higher resolution and more functional terminal this way.
It would also allow for easy networking and other things.
It would also allow for easy networking and other things.
Posted 23 August 2013 - 04:40 AM
Doesn't FreeDos allow for easy networking?Another option is to create a basic Linux setup (maybe Debian or Arch?) that boots to a TTY. You would get a much higher resolution and more functional terminal this way.
It would also allow for easy networking and other things.
Posted 23 August 2013 - 05:35 AM
Doesn't FreeDos allow for easy networking?Another option is to create a basic Linux setup (maybe Debian or Arch?) that boots to a TTY. You would get a much higher resolution and more functional terminal this way.
It would also allow for easy networking and other things.
There may be a way for getting FreeDOS to connect to a network, but using a more modern operating system (like a Linux distro) as a base with networking included could be eaiser.