<aside> 💥
Make sure to have a REU setup (16MB is whats tested)
</aside>
**LOAD “PREBOOT”, 8, 1
RUN**
<aside> 🛑
You have to have vice set up with 1571 mode, and with an REU. See example Bash and PowerShell scripts for the command line options to do it easily
</aside>
# Bash
VICE="$(command -v x64sc || command -v x64)" && "$VICE" -reu -reusize 16384 -drive8type 1571
-drive8truedrive -devicebackend8 0 +busdevice8 -autostart preboot.prg -8 readyos.d71
# Powershell
$vice=(Get-Command x64sc,x64 -ErrorAction Stop | Select-Object -First 1).Source; & $vice -reu
-reusize 16384 -drive8type 1571 -drive8truedrive -devicebackend8 0 +busdevice8 -autostart preboot.prg
-8 readyos.d71
<aside> ⚠️
ORGINAL UPLOADS BEING .D71 didn’t download right on Many browsers. Updating to be ZIp files
</aside>
Contains ( Calendar 26, Dizzy Kanban (inspired by Fizzy.do )

Contains (ReadyShell Proof of Concept)

readyos0-1-5readyshellpoc.d71.zip
