512-byte OS contest -POLL-

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).

Vote:

Poll ended at Sat Jan 17, 2009 10:14 am

|)emos, tiny command shell [Troy Martin]
4
8%
TinyD0S, DOS EXE launcher [inflater]
3
6%
BASIC like language [zeroflag]
5
10%
Fallout 3 terminal clone [01000101]
8
16%
Snake game [Zenith]
7
14%
CD player with alarm clock [Dex]
12
24%
Little OS with sector handling [jbu]
2
4%
Brainfuck intepreter [cippo]
4
8%
Jacqueline, pmode monitor [Jacobbus]
4
8%
 
Total votes: 49

User avatar
inflater
Member
Member
Posts: 1309
Joined: Thu Sep 28, 2006 10:32 am
Location: Slovakia
Contact:

Re: 512-byte OS contest -POLL-

Post 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? :)
My web site: http://inflater.wz.cz (Slovak)
Derrick operating system: http://derrick.xf.cz (Slovak and English :P)
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: 512-byte OS contest -POLL-

Post 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]
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Re: 512-byte OS contest -POLL-

Post 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
JohnnyTheDon
Member
Member
Posts: 524
Joined: Sun Nov 09, 2008 2:55 am
Location: Pennsylvania, USA

Re: 512-byte OS contest -POLL-

Post by JohnnyTheDon »

And here I though I was one of the younger ones on the forum...
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

Re: 512-byte OS contest -POLL-

Post 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)?
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Re: 512-byte OS contest -POLL-

Post 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
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

Re: 512-byte OS contest -POLL-

Post 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. :)
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Re: 512-byte OS contest -POLL-

Post 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.
User avatar
Zenith
Member
Member
Posts: 224
Joined: Tue Apr 10, 2007 4:42 pm

Re: 512-byte OS contest -POLL-

Post 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)
"Sufficiently advanced stupidity is indistinguishable from malice."
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Re: 512-byte OS contest -POLL-

Post by Alboin »

Here ya go.

<Alboin magically transfers five invisible tokens to Zenith.>
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
Troy Martin
Member
Member
Posts: 1686
Joined: Fri Apr 18, 2008 4:40 pm
Location: Langley, Vancouver, BC, Canada
Contact:

Re: 512-byte OS contest -POLL-

Post by Troy Martin »

Congratz everyone and winners, can't wait for the next contest!
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Re: 512-byte OS contest -POLL-

Post 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.
User avatar
yemista
Member
Member
Posts: 299
Joined: Fri Dec 26, 2008 12:31 pm
Location: Boston
Contact:

Re: 512-byte OS contest -POLL-

Post by yemista »

no post here
User avatar
Coty
Member
Member
Posts: 286
Joined: Thu Feb 12, 2009 5:12 pm

Re: 512-byte OS contest -POLL-

Post by Coty »

Who would do it again?
My hero, is Mel.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: 512-byte OS contest -POLL-

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