Install the following packages:
Tip
Can I use Windows?
Yes, it should just work on Windows. That said, I recommend using WSL2 (Ubuntu) for good performance and ease of setup.
To build and run the OS, run:
bin/ftl runNote
To exit QEMU, type Ctrl+A then X. Or C to enter QEMU monitor (debug console).
To automatically rebuild and restart the OS when you make changes, run:
bin/ftl devNote
To exit, type Ctrl+C.