Giter Club home page Giter Club logo

macemu's People

Contributors

amade avatar asvitkine avatar atmaxinger avatar charlesjs avatar clehner avatar dougg3 avatar dsumorok avatar kallisti5 avatar landonf avatar masaq- avatar pulkomandy avatar rizhansas avatar vasi avatar

Watchers

 avatar

macemu's Issues

sheep_net module and ethernet

I'm aware that you send a couple pull requests on sheep_net module and virtual ethernet in 68K Mac in upstream BasiliskII.

I'm interested in making it sheep_net and TCP/IP ethernet works again on Mac 7.5 under Linux host. But I found that TCP is not quite working. Here is my settings:

  • Fedora 24, 4.5.7-300.fc24.x86_64
  • Mac 7.6 with TCP/IP stack
  • sheep_net modules (I fixed new sk_alloc function call after 4.2 kernel. I haven't sent pull request yet since it doesn't work anyway)

I debugged it by capturing ethernet packet between Basilisk II(B) and remote host (R). I found that during TCP 3 way handshakes,

  1. B->R (SYN)
  2. B<-R (SYN+ACK)
  3. no more response from B and B keeps on retransmit step 1 again and again.

It seems like packet in step 2 didn't get received by Mac. I enabled debug in BasiliskII/src/Unix/ether_unix.cpp and did find that the exact packet in step 2 was received from /dev/sheep_net by B. But it seems that Mac didn't get it.

I have zero experiences in debugging 68K emulation part. I wonder:

  • if you can suggest me an easy way to debug networking
  • the last settings that your sheep_net modules works

I patched sheep_net for 3.15 kernel before. I remembers I can ftp and ping from the same Mac 7.5 image. But I can't http.

TIA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.