Page 1 of 1
Google custom search engine for OSDev
Posted: Fri May 04, 2007 4:11 pm
by iurlano
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
Posted: Fri May 04, 2007 7:52 pm
by AndrewAPrice
cool! Could you do one for the forums on
http://creators.xna.com? They don't have a search function
![Sad :(](./images/smilies/icon_sad.gif)
Posted: Fri May 04, 2007 8:45 pm
by pcmattman
Hey, wow! Just what I needed - some help with ATAPI!!
Posted: Fri May 04, 2007 9:19 pm
by Brynet-Inc
Is it really that hard to search google or the forum manually... Some people
![Rolling Eyes :roll:](./images/smilies/icon_rolleyes.gif)
Posted: Fri May 04, 2007 9:26 pm
by pcmattman
I was being sarcastic for a start, I already had the ATA docs in front of me...
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.
Posted: Fri May 04, 2007 9:28 pm
by Brynet-Inc
pcmattman 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.
Filter through it with some dignity man
![Cool 8)](./images/smilies/icon_cool.gif)
Posted: Fri May 04, 2007 9:31 pm
by pcmattman
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.
Posted: Sat May 05, 2007 8:02 am
by iurlano
Brynet-Inc wrote:pcmattman 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.
Filter through it with some dignity man
![Cool 8)](./images/smilies/icon_cool.gif)
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 results
Posted: Sun May 06, 2007 4:25 am
by Combuster
Filter through it with some dignity man
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.
Posted: Sun May 06, 2007 6:56 am
by nick8325
Combuster 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.
Search for floppy disk controller datasheet. The first result is from osdever.net
![Smile :)](./images/smilies/icon_smile.gif)
Posted: Sun May 06, 2007 11:27 am
by xsix
eh, another toy. but still fun and useful. in my oppinion
Posted: Sun May 06, 2007 12:11 pm
by Candy
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.
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.