Something about initialize Intel Pro 1000

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
StrikeFreedom
Posts: 3
Joined: Wed Jun 22, 2016 6:33 pm

Something about initialize Intel Pro 1000

Post 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! :idea:
Octocontrabass
Member
Member
Posts: 5513
Joined: Mon Mar 25, 2013 7:01 pm

Re: Something about initialize Intel Pro 1000

Post by Octocontrabass »

Start by reading the manual, or looking at the wiki page.
User avatar
iansjack
Member
Member
Posts: 4685
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Something about initialize Intel Pro 1000

Post 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.
Post Reply