512-byte OS contest -POLL-
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: 512-byte OS contest -POLL-
I'd do either that or a "Smallest Kernel in a High-Level Language" compo. Or maybe a "Best Abuse of Macros" or "Best Abuse of Obfuscation" one!
Re: 512-byte OS contest -POLL-
I was thinking more on the lines of of a 2k limit OS with a 15kb app limit, hows that sound
My hero, is Mel.
Re: 512-byte OS contest -POLL-
That wouldn't be fun though.
Re: 512-byte OS contest -POLL-
You see, there were more contests for a "512 byte OS", not just here, check the FASM board. It shows just "how much" can you put into raw 512 bytes of code, optimizing routines and all.
Nothing should be changed at all IMO
Nothing should be changed at all IMO
Re: 512-byte OS contest -POLL-
I saw the Fasm board before I did here. So should we do 512 all over again? or shoot higher.
My hero, is Mel.
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: 512-byte OS contest -POLL-
That's where we got the idea. Dex was one of the original compo members.Slota wrote:You see, there were more contests for a "512 byte OS", not just here, check the FASM board. It shows just "how much" can you put into raw 512 bytes of code, optimizing routines and all.
512 byte OS compos have been done waaaaaaaaaaaaaaaayyyyy too many times, let's do something different! I'm personally likin' commanding the things!Coddy wrote:So should we do 512 all over again? or shoot higher.
I made a poll in the auto-delete forum for selecting the next type: http://forum.osdev.org/viewtopic.php?f=7&t=19168
Re: 512-byte OS contest -POLL-
Well we could have 2 contests, the one for that poll, and the one Slota wants, because I would like to do that.
Besides I have saved all 512 contests so far here http://myos.50webs.com/extra/smallOSes the
third one is empty because it has not been done yet
Besides I have saved all 512 contests so far here http://myos.50webs.com/extra/smallOSes the
third one is empty because it has not been done yet
My hero, is Mel.
Re: 512-byte OS contest -POLL-
As a OS Dev forum, i think maybe you could have a compo to see who can write the best "OS Dev" tut, on some part of OS Dev.
This way you will help neebs, remember the fasm forum was a assebly forum, so we coded, but maybe people come here to learn how to make a OS and a tut would be best .
This way you will help neebs, remember the fasm forum was a assebly forum, so we coded, but maybe people come here to learn how to make a OS and a tut would be best .
Re: 512-byte OS contest -POLL-
that sounds good to, or both 512+tut contest on who could wright the best tut compiled to 512 bytes
My hero, is Mel.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: 512-byte OS contest -POLL-
Smallest kernel? That's a dummy kernel and everyone can do that...Troy Martin wrote:I'd do either that or a "Smallest Kernel in a High-Level Language" compo.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: 512-byte OS contest -POLL-
Hi, I've just found the nice 512 byte OS contest from january, but missed the deadline.Coddy wrote:Well we could have 2 contests, the one for that poll, and the one Slota wants, because I would like to do that.
Besides I have saved all 512 contests so far here http://myos.50webs.com/extra/smallOSes the
third one is empty because it has not been done yet
You are referring a third contest, is it already planned ? if yes what is the deadline and where can we submit entries ?
a427
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: 512-byte OS contest -POLL-
Welcome to the forums!
We haven't planned anything yet, but once we do, anyone is welcome to join!
We haven't planned anything yet, but once we do, anyone is welcome to join!
Re: 512-byte OS contest -POLL-
http://pnos.11.forumer.com/viewtopic.php?p=64#64 I have me Devin and my brother so far....a427 wrote:Hi, I've just found the nice 512 byte OS contest from january, but missed the deadline.Coddy wrote:Well we could have 2 contests, the one for that poll, and the one Slota wants, because I would like to do that.
Besides I have saved all 512 contests so far here http://myos.50webs.com/extra/smallOSes the
third one is empty because it has not been done yet
You are referring a third contest, is it already planned ? if yes what is the deadline and where can we submit entries ?
a427
My hero, is Mel.
Re: 512-byte OS contest -POLL-
Ok, what's the deadline for pluto os 512 byte contest ?
(couldn't register there to post the question yet)
I intend to apply this 512 byte entry :
-pure 8086 16 bit code
-not a single bios usage (int 10, int 16, etc...)
-low level debugger-like
-dumps all registers
-dumps 12 bytes code+stack
-allows to step every asm instruction via trap flag via key 'enter'
-allows to 'animate' (auto step insn quickly) via key 'a'
-builds as a 512 byte disk sector *AND* 512 byte ROM extension (ie: store in an eeprom and stick it in a network card)
-allows to debug the second BIOS POST part (during ROM extensions lookup, and further boot strap) when run as a BIOS ext
never tested on physical machine though (only qemu), hence my question concerning the deadline.
(I still have 100 bytes left for some more features (breakpoint ? warm reboot to allow debugging bios early POST, even when booting from a floppy ?))
(couldn't register there to post the question yet)
I intend to apply this 512 byte entry :
-pure 8086 16 bit code
-not a single bios usage (int 10, int 16, etc...)
-low level debugger-like
-dumps all registers
-dumps 12 bytes code+stack
-allows to step every asm instruction via trap flag via key 'enter'
-allows to 'animate' (auto step insn quickly) via key 'a'
-builds as a 512 byte disk sector *AND* 512 byte ROM extension (ie: store in an eeprom and stick it in a network card)
-allows to debug the second BIOS POST part (during ROM extensions lookup, and further boot strap) when run as a BIOS ext
never tested on physical machine though (only qemu), hence my question concerning the deadline.
(I still have 100 bytes left for some more features (breakpoint ? warm reboot to allow debugging bios early POST, even when booting from a floppy ?))