Giter VIP home page Giter VIP logo

elks's People

Contributors

donghyun0224 avatar edoalive avatar fonin avatar georgp24 avatar ghaerr avatar jbruchon avatar lithoxs avatar marcin-laszewski avatar mfld-fr avatar mintsuki avatar segin avatar tkchia avatar transplier avatar

Stargazers

 avatar

Watchers

 avatar  avatar

elks's Issues

[romfs] Replace low-level routines by generic code

The ROM filesystem implementation currently uses low-level routines in assembly that could be replaced by a little more C lines and using the existing memory routines.

Issue created as an outcome of the code review in jbruchon#160.

ktcp will not start

You have to add "-serial pty" to the qemu.sh script or ktcp will not start since /dev/ttyS0 does not work.

Since your version still includes the faulty "fs/select.c" file, the command "netstat" will not work but crash with the "panic waitpt" message.

I suggest to use the fs/inode.c and fs/namei.c files from my commit as well to avoid hunting for errors unnecessarily.

kill command working?

For developing ktcp it is necessary to kill the ktcp process and start it again.

Can you please try to execute the kill command with the "corrected" select.c? When I tried "kill 5 &" will still crash. Not so with the old select.c of version 0.2.0

Telnet test

Check that the existing telnet client is working.

Qemu script

As far as I am aware, it is "keyb=en-us" and not "keyb=us". However, en-us did not work for me, so it is better to specify "keyb=".

Recover ongoing activities from upstream

Back to personal fork after @jbruchon 'big reset' in jbruchon#352 :

  • Reactivate this fork as new origin
  • Redirect all forward branches to origin (master, next, marcin)

@marcin-laszewski's patching:

  • Apply the remaining patches : DONE in marcin branch
  • Push marcin branch to upstream : DONE in jbruchon#357

Move ne2k.h

Can you move ne2k.h to linuxmt so I can better include it with ktcp?

[ne2k] Georg's feedback

Feedback from @georgp24:

  • full3 has owner:group as root:root. The old makefile managed to generate a full3 file which does not have root as owner.
  • please do not include "-k fr" in qemu.sh as default. I got very strange keyboard reactions.
  • document as "tcpdump -r qemu-vlan0.pcap" (to help dummies)

Perhaps add a README-NE2K file with a few instructions in elks/root while developing.

Menuconfig

In the current version there is only one network device drivers option: "NE2K device driver". Please leave the other options and just add the NE2K device driver.

Make network card visible on the host

For testing one would need to send some data from the host to the network card. This way one could test the receive function. The card:
"ne2k_isa.0: index=0,type=nic,model=ne2k_isa,macaddr=52:54:00:12:34:56"
should show up on the host with ifconfig -a for this.

Since Marc-Francois knows Qemu in and out he could give some instructions how to do that.

I was thinking along the lines of these instructions perhaps:
https://en.wikibooks.org/wiki/QEMU/Networking
http://wiki.qemu-project.org/Features/HelperNetworking

[eth] Add ioctl() to get / set MAC address

The Ethernet driver should provide a way for the user to get or set the MAC address, that is needed to build the packet to send, or to filter the received packet in promiscuous mode.

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.