▲ | mixmastamyk 3 days ago | ||||||||||||||||
I would have preferred something like this to the current UEFI environment and shell, a FLOSS 64-bit DOS-like. A cool retro boot manager and diagnostic env perhaps. Could this run from an efi system partition? Seems to support fat12, what about gpt? Does it poke video hardware like DOS, or have a terminal like output? | |||||||||||||||||
▲ | krustowski 3 days ago | parent [-] | ||||||||||||||||
Booting from an EFI system partition has not been tested yet. FAT12 is the only filesystem (ok, there is a memdisk implementation, but it won't work now) supported, so GPT is not supported at the moment too (yet). Kinda aiming for FAT32 implementation to be the very next implemented (flash disks are usually FAT32 iirc). Not sure about the last question: the OS utilizes/directly writes to the VGA buffer in memory, the provided resolution is 80x25 by GRUB. | |||||||||||||||||
|