README update

This commit is contained in:
Christopher Shepherd 2015-05-09 15:42:36 -04:00
parent 143d8cbdd5
commit c52b2f4695
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
CIFS / SMB2 navel gazing, in 65816 assembly.
Build 'CMD.S' with Merlin32 and the included Library directory.
Whatever, play along, but no apologies for lack of optimization and style yet. You'll see I don't dynamically allocate some things I should. At the moment I'm more interested in digging through tcpdumps and making things act right.
You'll see I'm just trying to copy the 'libtinysmb' portion of libogc from the Nintendo Wii because it's pretty easy to follow. It is in the 'reference' folder for you to check out. Also if you haven't yet, read all of http://www.ubiqx.org/cifs/SMB.html ... There, now you know exactly as much as me (probably more, I'm old and I forget things, I've probably forgotten it already).
@ -10,3 +14,5 @@ I mostly only hack on weekends, but can test and merge all week long.
If this is not your style, fork it or start over, but at least try.
Oh and the .AppleDouble files are because I build to an AppleShare target. Then I boot up the IIGS and double-click to run it. Just think, someday we won't need that.