Overv / MineAssemble

A tiny bootable Minecraft clone written partly in x86 assembly
MIT License
1.04k stars 68 forks source link

Install to floppy? #9

Open sosodev opened 7 years ago

sosodev commented 7 years ago

Is it possible? Was just giving it a try but the grub-install runs out of space. Maybe there's a space saving option?

Overv commented 7 years ago

It's possible, but you'll have to implement a floppy bootloader to load the game into memory. It currently relies entirely on GRUB to load.