Commit Graph

4 Commits

Author SHA1 Message Date
Sean Cross 48f1f33c49 ops: add the ability to write and delete files
Right now it only works on the root directory, and has much more
functionality that needs adding.  But it passes the tests.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-13 10:58:19 +08:00
Sean Cross c4c5f706b0 fat12: beginnings of open/close on partition
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-09 20:32:53 +08:00
Sean Cross f68f8215b7 mkfs: first working version
It can create a basic filesystem of arbitrary size.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-09 15:48:07 +08:00
Sean Cross ab97abe22a add makefile
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-08 15:29:30 +08:00