Something about initialize Intel Pro 1000
-
- Posts: 3
- Joined: Wed Jun 22, 2016 6:33 pm
Something about initialize Intel Pro 1000
With Bochs 2.6.8, i've add an equipment which is Intel Pro 1000.But there is a problem,how to initializ it with Assembly Language.3Q for all answers!
-
- Member
- Posts: 5513
- Joined: Mon Mar 25, 2013 7:01 pm
Re: Something about initialize Intel Pro 1000
Start by reading the manual, or looking at the wiki page.
Re: Something about initialize Intel Pro 1000
That card is very well documented by Intel. Controlling the card is the easy part and anyone who reads the manual and understands the PCI bus should have little difficulty. Writing a TCP/IP stack is somewhat more difficult but, again, is well documented.
If you really need code just study the drivers in Linux or other open source operating systems. But don't just copy that code; use it in conjunction with the documentation to understand how it works.
If you really need code just study the drivers in Linux or other open source operating systems. But don't just copy that code; use it in conjunction with the documentation to understand how it works.