Page 2 of 5

Re: 512-byte OS contest -POLL-

Posted: Sun Jan 11, 2009 3:04 pm
by inflater
Holy crap Dex! You seem young, are you 13 or less? :shock: I feel old...

On topic: Only 6 days left to vote, Dex is at first place. Will Zenith beat him? :)

Re: 512-byte OS contest -POLL-

Posted: Sun Jan 11, 2009 3:11 pm
by Troy Martin
Hey, I'm thirteen, dammit!

[offtopic]Downloading the Windows 7 beta, posting to ASR, will copy and paste to a topic here.[/offtopic]

Re: 512-byte OS contest -POLL-

Posted: Sun Jan 11, 2009 3:36 pm
by Dex
inflater wrote:Holy crap Dex! You seem young, are you 13 or less? :shock: I feel old...

On topic: Only 6 days left to vote, Dex is at first place. Will Zenith beat him? :)
Ten :shock:, but thats not me, just my little helper.
This is me
Image

Re: 512-byte OS contest -POLL-

Posted: Sun Jan 11, 2009 3:43 pm
by JohnnyTheDon
And here I though I was one of the younger ones on the forum...

Re: 512-byte OS contest -POLL-

Posted: Tue Jan 13, 2009 10:49 am
by eddyb
13 years, me :P
on: :oops: i'm really bad in asm cause i could see only some atapi sector loading, and you do nothing with it. is some bios trick? or do you just make the cd drive to play it(some hidden ports)?

Re: 512-byte OS contest -POLL-

Posted: Tue Jan 13, 2009 12:44 pm
by Dex
shiner wrote:13 years, me :P
on: :oops: i'm really bad in asm cause i could see only some atapi sector loading, and you do nothing with it. is some bios trick? or do you just make the cd drive to play it(some hidden ports)?
You write 12byte command to certain ports, depending on what these 12byte are it will responed, eg: play cd, stop playing cd, open draw, close draw.
This is just the start, the same basic function is what makes up a full ATAPI driver.
But the code to write to these ports need to do many things, like finding the right port, wait ready, check error etc.
So it no BIOS trick (it does not use BIOS), its the basic of any driver, as in you read/write to ports at a certain address, and depnding on weather a certain bit is written as a 1 or 0 or it is read as a 1 or 0 it does differant things.
More info here: http://wiki.osdev.org/ATAPI

Re: 512-byte OS contest -POLL-

Posted: Wed Jan 14, 2009 12:36 am
by eddyb
so you command to the cd drive to play the cd, you don't read the audio traks and you play them by using a audio driver. :)

Re: 512-byte OS contest -POLL-

Posted: Wed Jan 14, 2009 1:40 pm
by Dex
shiner wrote:so you command to the cd drive to play the cd, you don't read the audio traks and you play them by using a audio driver. :)
:lol: I would need drivers for every sound card, in 512byte thats stretching it a bit.

Re: 512-byte OS contest -POLL-

Posted: Sat Jan 17, 2009 1:32 pm
by Zenith
This contest has ended!

Good job, everybody! Damn, I got third :?, but still, congrats to everyone who participated, and especially to E and Dex! Lots of creative ideas in making these OSes.

But, straight to the point: I'd like to claim my invisible tokens now, please. 8)

Re: 512-byte OS contest -POLL-

Posted: Sat Jan 17, 2009 1:57 pm
by Alboin
Here ya go.

<Alboin magically transfers five invisible tokens to Zenith.>

Re: 512-byte OS contest -POLL-

Posted: Sat Jan 17, 2009 2:12 pm
by Troy Martin
Congratz everyone and winners, can't wait for the next contest!

Re: 512-byte OS contest -POLL-

Posted: Sun Jan 18, 2009 1:50 pm
by Dex
Cool compo 8).
For the next one, i will donate a prize of a book token for amazon, so i will not be able to take part.
Congratz to everyone that took part.

Re: 512-byte OS contest -POLL-

Posted: Tue Jan 20, 2009 9:22 am
by yemista
no post here

Re: 512-byte OS contest -POLL-

Posted: Fri Feb 13, 2009 3:03 am
by Coty
Who would do it again?

Re: 512-byte OS contest -POLL-

Posted: Fri Feb 13, 2009 3:46 am
by AJ
Suggestion: You've done "how much can you fit in x bytes...", how about a "Who can perform function x in the smallest space..." comp?

I probably wouldn't enter, but it'd be interesting to see the results.

Cheers,
Adam