-
Notifications
You must be signed in to change notification settings - Fork 122
How to start network implementation #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you talking about writing an ethernet driver to add networking to vinix? If so, you should try to find a "least common denominator" chipset... likely something from Intel, which a lot of other chips support as well. Most emulators (QEMU, etc.) also support the basic Intel chips. Once you've decided on which chipset to write the driver for, a simple Google search will likely lead you to more documentation, sample drivers, etc. than you really want to try to figure out. :-) Last, you'll need to decide if you're doing a kernel driver, or a user space driver. Some differences in architecture, so they are different sets of code. |
Hi @Paul-Stern So, generally speaking, here goes:
Good luck! |
Thank you for your valuable answers. One more thing that came to me. What are some basic testing scenarios both for the networking stack as a whole and its individual parts? I guess |
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone! So, I just would like to ask some questions on the topic.
I appreciate any feedback provided, I would be glad to read your ideas.
The text was updated successfully, but these errors were encountered: