diff --git a/README.md b/README.md index 938a699..92af621 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -CIFS / SMB2 navel gazing, in 65816 assembly. +CIFS / SMB1 navel gazing, in 65816 assembly. 5/24/2015 - Current status: Connects on port 445, completes Protocol Negotiation, successfully sends login (on Setup_ANDX message), obsolete LM (DES) style password. Sends successful Tree_ANDX message, thus connecting to a remote share. Sends Open_ANDX message message, opening a file. @@ -16,5 +16,4 @@ 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. - +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. diff --git a/src/SMBDEMO.S b/src/SMBDEMO.S index ce357c5..e116496 100644 --- a/src/SMBDEMO.S +++ b/src/SMBDEMO.S @@ -1,5 +1,5 @@ * -* Marinetti / SMB2 Test, Mark II +* Marinetti / SMB1 Test (THIS IS NOT SMB2), Mark II * * CHANGELOG * Thursday, April 30, 2015 - Restarted effort, ported code from ORCA/M to Merlin32 and debugged Merlin32 environment