Posted 28 January 2020 - 06:01 AM
DISCLAIMER: v0.1 does not support running on real hardware. I am actively working to fix this bug, but it may be a while until I can figure this out.
Introducing CraftOS-EFI, the worst ComputerCraft emulator that is its own operating system (or something). It runs under a native UEFI environment, so you can pretty much just boot straight into CraftOS without loading any other operating system.
Note that this is different from my main emulation project, CraftOS-PC, which is a fork from the same parent code base but has way more features than this.
Here's a screenshot:
Version v0.1:
Introducing CraftOS-EFI, the worst ComputerCraft emulator that is its own operating system (or something). It runs under a native UEFI environment, so you can pretty much just boot straight into CraftOS without loading any other operating system.
Note that this is different from my main emulation project, CraftOS-PC, which is a fork from the same parent code base but has way more features than this.
Here's a screenshot:
Version v0.1:
- Does not include HTTP support
- Does not support Ctrl/Alt keys (don't open edit.lua!)
- May not support background colors?
- Works in QEMU using OVMF EFI image
- Is very slow (at least in a VM)
- Must be run from the EFI shell (included in compiled image)
Edited on 28 January 2020 - 05:03 AM