Skip to content

Instantly share code, notes, and snippets.

@psxdev
Created October 24, 2022 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psxdev/882bc33429e05918ba5a658f432c27c7 to your computer and use it in GitHub Desktop.
Save psxdev/882bc33429e05918ba5a658f432c27c7 to your computer and use it in GitHub Desktop.
Prospero sdk libnfs sample
[HOST] debugnet listener up
[HOST] ready to have a lot of fun!!!
[PROSPERO][INFO]: debugnet initialized
[PROSPERO][INFO]: Copyright (C) 2010,2022 Antonio Jose Ramos Marquez aka bigboss @psxdev
[PROSPERO][INFO]: ready to have a lot of fun...
[PROSPERO][INFO]: [NFSSAMPLE] Prospero sdk nfs sample
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsCreateConf
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit calling nfs_init_context
[PROSPERO][DEBUG]: [LIBNFS] nfs_init_context /
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit nfs_init_context return valid nfs object
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit calling nfs_parse_url_dir
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit calling nfs_mount
[PROSPERO][DEBUG]: [LIBNFS] rpc_set_sockaddr server=192.168.1.12
[PROSPERO][DEBUG]: [LIBNFS] rpc_set_sockaddr server=192.168.1.12
[PROSPERO][DEBUG]: [LIBNFS] rpc_set_sockaddr server=192.168.1.12
[PROSPERO][DEBUG]: [LIBNFS] rpc_set_sockaddr server=192.168.1.12
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit nfs_mount return fine
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsInit libprosperoNfs initialized readChunkSize=1048576 writeChunkSize=1048576
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean cleaning head tail and length
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserGetDirectoryEntries
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDopen path=.
[PROSPERO][DEBUG]: [LIBNFS] nfs3_lookuppath_async saved_path //. first character / cwd /
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDopen directory . open slot=0 dfd=0
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread dirent name=msxprospero len 11
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread entry name=msxprospero len 11
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread slot=0 dfd=0 entry msxprospero size=160
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListAddEntry msxprospero type=4 customType=1
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread dirent name=.. len 2
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread entry name=.. len 2
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread slot=0 dfd=0 entry .. size=768
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListAddEntry .. type=4 customType=1
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread dirent name=. len 1
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread entry name=. len 1
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread slot=0 dfd=0 entry . size=96
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListAddEntry . type=4 customType=1
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDread
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsDclose slot=0 dfd=0 P�t closed
[PROSPERO][INFO]: [NFSSAMPLE] opening rom file from nfs....
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsOpen opening file msxprospero/GAMES/MGEAR1.ROM
[PROSPERO][DEBUG]: [LIBNFS] nfs3_lookuppath_async saved_path //msxprospero/GAMES/MGEAR1.ROM first character / cwd /
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsOpen msxprospero/GAMES/MGEAR1.ROM opened fd=0
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsLseek fd=0 offset=0 whence=2
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsLseek slot=0 fd=0 return=131072
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsLseek fd=0 offset=0 whence=0
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsLseek slot=0 fd=0 return=0
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsRead fd=0 size=131072
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsRead slot=0 fd=0 bytereads=131072
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsClose closing fd 0
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsClose slot=0 fd=0 msxprospero/GAMES/MGEAR1.ROM closed
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsFinish
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean before free .
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean after free dir
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean after free entry
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean before free ..
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean after free dir
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean after free entry
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean before free msxprospero
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean after free dir
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean after free entry
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsBrowserListClean cleaning head tail and length
[PROSPERO][DEBUG]: [PROSPERONFS] prosperoNfsFinish libprosperoNfs finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment