Replies: 1 comment
-
Hello @RaymiiOrg,
(replace If (Anyway, Cosmopolitan's bare metal support defaults to only supporting legacy BIOS machines actually. You need extra steps in your program to support UEFI machines — take a look at Thank you! |
Beta Was this translation helpful? Give feedback.
-
I've compiled a Vi clone (https://raymii.org/s/blog/Bare_Metal_Boot_to_Vi.html) with cosmopolitan, which works on Linux and QEMU. I want to run that on actual hardware, but I'm not sure how to proceed. I've tried
dd
-ing the image to an USB drive, which did not show up in my BIOS boot menu. I also wrote the image to an actual floppy drive usingdd
and tried to boot, again did not show up in my BIOS boot menu. I don't have access to an UEFI enabled machine. Are there instructions available to run a compiled executable on actual hardware, not QEMU?Beta Was this translation helpful? Give feedback.
All reactions