logoalt Hacker News

glimshelast Sunday at 9:56 PM1 replyview on HN

This is a great project. How do you handle saving/loading data? You mentioned file operations but you need some sort of file system - perhaps FAT32 - to support that. I'd need that to consider using it on UEFI.

One thing you could use for more test cases is the book 101 BASIC Computers Games by David Ahl. Games always encouraged people to use computers and that's as classic as it gets!


Replies

WalterGRyesterday at 12:47 AM

> How do you handle saving/loading data?

The linked page has this to say:

"Disk I/O — SAVE, LOAD, MERGE, FILES, KILL, running directly on the UEFI Simple File System."

show 1 reply