Google custom search engine for OSDev

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
iurlano
Posts: 4
Joined: Fri May 04, 2007 3:52 pm

Google custom search engine for OSDev

Post 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
User avatar
AndrewAPrice
Member
Member
Posts: 2309
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

cool! Could you do one for the forums on http://creators.xna.com? They don't have a search function :(
My OS is Perception.
pcmattman
Member
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:

Post by pcmattman »

Hey, wow! Just what I needed - some help with ATAPI!!
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

Is it really that hard to search google or the forum manually... Some people :roll:
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
pcmattman
Member
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:

Post 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.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post 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 8)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
pcmattman
Member
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:

Post 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.
iurlano
Posts: 4
Joined: Fri May 04, 2007 3:52 pm

Post 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 8)
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
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post 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.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
nick8325
Member
Member
Posts: 200
Joined: Wed Oct 18, 2006 5:49 am

Post 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 :)
xsix
Member
Member
Posts: 59
Joined: Tue Oct 24, 2006 10:52 am

Post by xsix »

eh, another toy. but still fun and useful. in my oppinion
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

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