Coder Social home page Coder Social logo

mikrosk / etherne Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.02 MB

ETHERnet solution with NE2000 using the ACSI port or Cartridge (ROM) port or Milan ISA slot

License: GNU General Public License v2.0

C 55.78% Assembly 43.75% C++ 0.28% Verilog 0.18%

etherne's People

Contributors

mikrosk avatar

Watchers

 avatar  avatar  avatar

etherne's Issues

Makefile should clean objects when doing "make all"

In case you missed it (see https://www.atari-forum.com/viewtopic.php?p=409582#p409582): the makefile is a bit broken. When doing "make all", it copies the various bus*.i to bus.i, then does a "make all". At least in mupfel, cp does not set the timestamp of the copied file to the current date, so that will not recompile the files that depend on it, resulting in executables using the wrong bus access macros. You can easily check it: do a "make clean", then "make all", and save the binaries. Then do a "make clean", and (for example) "make eneh". The binaries will differ.

Attached is a patch that should fix it (watch out for the CRLF line endings).

etherne.makefile.patch.txt

Bug in NESTNG.S

There is (at least one;) bug in nestng.s: when KRmalloc fails, it tries to free the options, but using just "sgOptions" instead of sgOptions(a2)", resulting in an access to an absolute address instead of accessing the packet.

etherne.nestng.patch.txt

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.