Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » How to transfer a scratch project to a virtual machine?
- 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?
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?
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.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.
- Discussion Forums
- » Advanced Topics
-
» How to transfer a scratch project to a virtual machine?