Google custom search engine for OSDev
Google custom search engine for OSDev
Hello everybody.
I have created a google custom search engine dedicated to operating system development.
It is publicly available at http://aiurlano.netsons.org/OSDev/
Please, try it and let me know what you think and how I can improve it.
Thanks for any feedback,
Alessandro
I have created a google custom search engine dedicated to operating system development.
It is publicly available at http://aiurlano.netsons.org/OSDev/
Please, try it and let me know what you think and how I can improve it.
Thanks for any feedback,
Alessandro
- AndrewAPrice
- Member
- Posts: 2309
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
cool! Could you do one for the forums on http://creators.xna.com? They don't have a search function
My OS is Perception.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
Why should I waste 30 minutes of my time when I can just use this to find what I need? 30 minutes of coding is enough time to implement ATA (without testing) - I started about 20 minutes ago and now just have to do the xfer functions... Better than spending forever looking for docs and code and whatever else.
It is difficult to filter google's results because lots of irrelevant pages can contain commonly used terms. Using a custom search engine even simple searches with commonly used terms can give good resultsBrynet-Inc wrote:Filter through it with some dignity manpcmattman wrote:But this is useful becuase it means you get only osdev results, but if you search Google directly you can get massive amounts of irrelevant info.
Search for floppy disk controller datasheet. The first result is from osdever.netCombuster wrote:I invite you to find the datasheet for the floppy controller using normal google. I needed some 10 keywords to get some useful sources on the first page, with the custom engine I only needed to enter FDD to get all the needed information.
You know that testing is at least twice the coding time? Not to mention that the testing time increases exponentially if you reduce design time - which, given 30 minutes of time with 20 minutes of coding seems to tell me you've got a lot of testing to do.pcmattman wrote:Why should I waste 30 minutes of my time when I can just use this to find what I need? 30 minutes of coding is enough time to implement ATA (without testing) - I started about 20 minutes ago and now just have to do the xfer functions... Better than spending forever looking for docs and code and whatever else.