Getting Started
Install Packages
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.
Running FTL
To build and run the OS, run:
bash
bin/ftl runNOTE
To exit QEMU, type Ctrl+A then X. Or C to enter QEMU monitor (debug console).
Auto Restarting
To automatically rebuild and restart the OS when you make changes, run:
bash
bin/ftl devNOTE
To exit, type Ctrl+C.