Activity

Melodic

Got the []byte based implementation working. Gonna fix up the filesystem and then start working on a shell!

Attachment
0
Melodic

Switched the command interpreter to work on []byte instead of strings, so no more heap allocs converting between the serial []byte input and strings! Super simple right now, only works for led on and off currently.

Attachment
0
Melodic

Added backspace to the cmd prompt! I don’t have to restart the cmd if I make a typo now.

0
Melodic

housecleaning and starting to write code from my laptop!

Attachment
0
Melodic

Debugged my filesystem implementation, turned out the problem was an extra space being added to the file name :|. Now reading files an ls implementation works!

Attachment
0
Melodic

Wrote a lot of the file system syscalls, implemented writing files from cmd!

Attachment
0
Melodic

This project includes a ton of planning and iteration, and I’ve been putting time into making sure that I’m doing things right. Figuring out the filesystem system functions right now!

Attachment
0
Melodic

file system test is working!

Attachment
0
Melodic

Just starting out!

Attachment
0