Hey every one,
This is an awesome place to learn OS development, but there is just one issue that is really not documented any where on the web. And i wish some one could at least point me on the right direction .
Does any one out hear know how to use the WiFi on a bare metal computer ?
Thanks in advanced
Keshav
WiFi support
Moderator:Moderators
Re: WiFi support
It is quite easy in principle.
You need to write yourself a device driver.
However, things like that are far more advanced than these tutorials, and will be very hardware specific to your computer, so not practical to write yourself.
Take Linux for example - it has hundreds of man-years of work to show, and still doesn't have fantastic wifi drivers.
~Andrew
You need to write yourself a device driver.
However, things like that are far more advanced than these tutorials, and will be very hardware specific to your computer, so not practical to write yourself.
Take Linux for example - it has hundreds of man-years of work to show, and still doesn't have fantastic wifi drivers.
~Andrew

Re: WiFi support
Thanks for ur reply,
Looks like I need to dissect some Linux Wifi Device drivers and understand the I/O ports they are using.
HOW can there be no books or any kind of source that helps one learn such advanced IO.
-Keshav
Looks like I need to dissect some Linux Wifi Device drivers and understand the I/O ports they are using.
HOW can there be no books or any kind of source that helps one learn such advanced IO.
-Keshav
Re: WiFi support
Because it is all proprietry hardware and it is in the hardware manufacturers best interests to not make it easy for someone else to make drivers.
~Andrew
~Andrew
