Page 1 of 1
Something about initialize Intel Pro 1000
Posted: Wed Jun 22, 2016 6:47 pm
by StrikeFreedom
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!
Re: Something about initialize Intel Pro 1000
Posted: Wed Jun 22, 2016 10:11 pm
by Octocontrabass
Start by reading
the manual, or looking at
the wiki page.
Re: Something about initialize Intel Pro 1000
Posted: Thu Jun 23, 2016 1:11 am
by iansjack
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.