diff --git a/TODO.md b/TODO.md index d5af282..9981242 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,10 @@ # For MVP functionality -- new component interface +- finish `eeprom` class and volatile eeprom +- `filesystem`, `drive`, `gpu`, `screen` class implementations - `ncomplib` with reference component implementations (depends on libc) -- the new component classes and implementations +- write a tester OS, basically a menu with tests to run +- volatile drive - volatile filesystem - device info diff --git a/data/drive.img b/data/drive.img deleted file mode 100644 index c97c12f..0000000 Binary files a/data/drive.img and /dev/null differ