This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
elfin8er's profile picture

Could I Boot Irl Computer Into Craft Os?

Started by elfin8er, 22 August 2013 - 02:08 PM
elfin8er #1
Posted 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?
CCJJSax #2
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
elfin8er #3
Posted 22 August 2013 - 04:29 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
Yea, I just don't know where to start. It'll probably be too hard of a task for myself.
1lann #4
Posted 22 August 2013 - 06:44 PM
Well if you were to, you basically would need to write every single api function in assembly.
elfin8er #5
Posted 22 August 2013 - 11:31 PM
Well if you were to, you basically would need to write every single api function in assembly.
That's what I was afraid of.
chiloxsan #6
Posted 23 August 2013 - 03:18 AM
You could use FreeDOS, compile Lua for DOS and then write in CC functions.
elfin8er #7
Posted 23 August 2013 - 03:31 AM
You could use FreeDOS, compile Lua for DOS and then write in CC functions.
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.
Zudo #8
Posted 23 August 2013 - 04:23 AM
Aah.. Think of the posibilities… A doorlock IRL!
chiloxsan #9
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.
elfin8er #10
Posted 23 August 2013 - 04:40 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.
Doesn't FreeDos allow for easy networking?
chiloxsan #11
Posted 23 August 2013 - 05:35 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.
Doesn't FreeDos allow for easy networking?

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.