Discuss Scratch

Chara2099
Scratcher
7 posts

How to transfer a scratch project to a virtual machine?

i made an os here and i wanna make it so its like it was real (as its own os vm or iso) so could anyone help me do this? i use virtualbox but if you are better at others tell me those
TechNerd64
Scratcher
500+ posts

How to transfer a scratch project to a virtual machine?

Unfortunately, this is nearly impossible as you would have to either build a custom kernel or use port your OS to work on top of an existing kernel like Linux. I guess you could also create a skin for an existing linux distro that would simulate the look and feel of your project.
BigNate469
Scratcher
1000+ posts

How to transfer a scratch project to a virtual machine?

TechNerd64 wrote:

Unfortunately, this is nearly impossible as you would have to either build a custom kernel or use port your OS to work on top of an existing kernel like Linux. I guess you could also create a skin for an existing linux distro that would simulate the look and feel of your project.
Or package the project as an electron app and auto-load it on system startup using something like systemd.
TechNerd64
Scratcher
500+ posts

How to transfer a scratch project to a virtual machine?

BigNate469 wrote:

TechNerd64 wrote:

Unfortunately, this is nearly impossible as you would have to either build a custom kernel or use port your OS to work on top of an existing kernel like Linux. I guess you could also create a skin for an existing linux distro that would simulate the look and feel of your project.
Or package the project as an electron app and auto-load it on system startup using something like systemd.
Yes, that is another workaround to simulating the project being a true OS. In fact, it's likely OP's best option, unless they really want a OS iso.

Powered by DjangoBB