You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been trying to figure out if it is possible to essentially use an IncludeOS application as the operating system for a machine without having to use a virtual machine, and how to go about doing that, or if it's even possible.
I really like being able to have minimal overhead while being able to run a simple application on something such as a Raspberry Pi.
I was looking into this as well, but looking at #1678, it seems there is no support for ARM yet, so the Raspberry Pi is hard to do at this point.
However, on an Amd64 machine, you should be able to just compile a binary and boot that directly from the BIOS/UEFI, as long as your hardware is supported. I think you need to place the binary in /boot or /boot/efi on the drive you want to boot it from and probably disable Secure Boot as well.
Hi, I've been trying to figure out if it is possible to essentially use an IncludeOS application as the operating system for a machine without having to use a virtual machine, and how to go about doing that, or if it's even possible.
I really like being able to have minimal overhead while being able to run a simple application on something such as a Raspberry Pi.
I saw this article https://www.includeos.org/blog/2018/port-to-arm.html however it does seem to make it clear whether or not it will require it to be booted in a virtual environment.
If someone could point me in the right direction that would be much appreciated
The text was updated successfully, but these errors were encountered: