Commit Graph

7 Commits

Author SHA1 Message Date
Sean Cross c018281728 minor reformatting
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-13 16:12:19 +08:00
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 aa387e176d pang-io: rework api for memory-mapped io
On real hardwareit will use memory-mapped io.  Rework pang-io so that it
more closely aligns with this paradigm.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-12 18:22:12 +08:00
Sean Cross 03e268f710 fat12: add ls_callback function
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-10 22:29:21 +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 5fb4ea8474 commit some source
Signed-off-by: Sean Cross <sean@xobs.io>
2019-06-03 09:57:25 +08:00