Give me something to code :D

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Give me something to code :D

Post by nekros »

Ok, once again I have coder's block. I love programming, I don't know what I would do if I didn't program. Right now I have the craving to code and I don't know what to write. Could you guys give me some ideas? Something that would be useful(especially for the UNIX community).
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

you could help code my rtl8139 driver =)
lol, no clue how that is useful to anyone else, but its an idea 8)
User avatar
Zacariaz
Member
Member
Posts: 1069
Joined: Tue May 22, 2007 2:36 pm
Contact:

Post by Zacariaz »

I could give you something that would be usefull to me, but only me.

One thing I am considering though, is writing a bootloader+something which i don't know what to call.

All it has to do is to identify all the little thing that might be different (and make a difference from a programming point of view) from computer to computer. fx. cpu type/speed, memory, graphics, chipset, whatever. (I do know that some of these thing might be pretty challencing to identify). Then it ships that information of to a server which send something back.

I guess this could be usefull for some people in the unix comunity and I'm kinda at a standstill.
This was supposed to be a cool signature...
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

code a driver, and then make a wiki article explaining how it works. Then it will be useful for all of us ;)
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

a driver for what?
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

the RTL8139D
=) jk

make a thermal monitor and put a wiki on it.
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

Well all jokes aside, a NIC driver would be very well recieved, but they can also be fiddly bastards to get working.

You could do a sound card (Sound Blaster 16 perhaps?) as there is plenty of documentation and programming guides around, but the wiki is woefully empty. If you wrote the driver, with a bit of help (maybe from me if you would like, though my driver is not yet working) we could get a half decent article going?
~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

Sure(Sound Blaster)! :D
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
lukem95
Member
Member
Posts: 536
Joined: Fri Aug 03, 2007 6:03 am
Location: Cambridge, UK

Post by lukem95 »

~ Lukem95 [ Cake ]
Release: 0.08b
Image
User avatar
nekros
Member
Member
Posts: 391
Joined: Wed Mar 05, 2008 9:10 pm
Contact:

Post by nekros »

thanks!
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
User avatar
AndrewAPrice
Member
Member
Posts: 2299
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

How about Google Summer of Code '08? There is a lot to work on and you can earn up to $4,500.
My OS is Perception.
User avatar
JackScott
Member
Member
Posts: 1031
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Contact:

Post by JackScott »

I've heard a rumour that Google's SoC is going to have a second round for the southern summer... which I will certainly look into when the time comes.

If anybody has any ideas for non-kernelmode code they want written, I'm listening. :P
xyzzy
Member
Member
Posts: 391
Joined: Wed Jul 25, 2007 8:45 am
Libera.chat IRC: aejsmith
Location: London, UK
Contact:

Post by xyzzy »

Yayyak wrote:If anybody has any ideas for non-kernelmode code they want written, I'm listening. :P
SoundBlaster user-mode device driver for a microkernel? ;)
cyr1x
Member
Member
Posts: 207
Joined: Tue Aug 21, 2007 1:41 am
Location: Germany

Post by cyr1x »

Why don't we write a specification for a common device driver interface, so we can share our drivers easily. I asked that one in a thread once, but only JamesM showed interest :x.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

This may help, its a simple wav player with built in SB driver, i converted to fasm.
Its for Dos and the wav is limited to about 50k, (its just a demo, of SB).
If you need the test wav let me know.
Attachments
playwav.ASM
(4.22 KiB) Downloaded 79 times
Post Reply