Page 1 of 2
Give me something to code :D
Posted: Sat Mar 22, 2008 12:11 pm
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).
Posted: Sat Mar 22, 2008 12:20 pm
by 01000101
you could help code my rtl8139 driver =)
lol, no clue how that is useful to anyone else, but its an idea
Posted: Sat Mar 22, 2008 12:31 pm
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.
Posted: Sat Mar 22, 2008 12:38 pm
by lukem95
code a driver, and then make a wiki article explaining how it works. Then it will be useful for all of us
Posted: Sat Mar 22, 2008 1:47 pm
by nekros
a driver for what?
Posted: Sat Mar 22, 2008 2:04 pm
by 01000101
the RTL8139D
=) jk
make a thermal monitor and put a wiki on it.
Posted: Sat Mar 22, 2008 2:26 pm
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?
Posted: Sat Mar 22, 2008 2:43 pm
by nekros
Sure(Sound Blaster)!
Posted: Sat Mar 22, 2008 4:12 pm
by lukem95
Posted: Sat Mar 22, 2008 4:30 pm
by nekros
thanks!
Posted: Sat Mar 22, 2008 11:24 pm
by AndrewAPrice
How about Google Summer of Code '08? There is a lot to work on and you can earn up to $4,500.
Posted: Sat Mar 22, 2008 11:37 pm
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.
Posted: Sun Mar 23, 2008 1:21 am
by xyzzy
Yayyak wrote:If anybody has any ideas for non-kernelmode code they want written, I'm listening.
SoundBlaster user-mode device driver for a microkernel?
Posted: Sun Mar 23, 2008 10:44 am
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
.
Posted: Sun Mar 23, 2008 3:22 pm
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.