>On 2001-10-17 11:02:38, J. Weeks wrote:
>>1. What is everyone working on?
>
>Operating Systems, dude

>I can't speak for everyone else, but I was
>working on "PolyOS" a while back... I lost the
>majority of the source in an "unexpected" HD
>format, so I'm currently on hiatus... rethinking
>the process, and maybe I'll restart.
That's horrible. Searching up PolyOS, I found
lots of links to your bootloader, but no page for
the whole project. Which makes sense, because
you wouldn't have lost your whole project if you
had code out on the net. What was the idea behind
PolyOS?
>
>>2. What are the first things that I should look
>> into when starting my adventure into OS design?
>> And, where can I find good resources?
>
>Books, dude. Books! No matter how many resources
>I find on the internet, I still reference my
>pmode books. They're indespensible.
>
>Protected Mode Systems Architechture is a GREAT
>book. Heavy on details, but still easy to read.
>I forget who writes it, tho. I can find out.
>
>Other than that, though... just general asm,
>C/C++ and pmode knowledge is good. Later on,
>some GUI or CLI knowledge will do some good

>
Cool.
>>3. Is everyone here using Assembly+C/C++ or are
>> there some crazy folk here trying to use a
>> different language to develop their system?
>> If so, which ones (languages and people

?
>
>Well, now that my OS is, essentially, scrapped, I'm
>thinking about writting it in a different language.
>I'm very tempted to do some research of languages
>and perhaps write my own OO language... something
>that I could encorporate into the OS design itself.
>Something similar to C (so the learning curve is
>next to 'nill) but with object oriented extensions
>(without the crappyness of C++

Something
>that's easy to connect with ASM as well (no name
>mangling!) We'll see...
>
Sounds very interesting to me, since I can read C,
but have no understanding at all of languages like
LISP and Standard ML, which both have language
features that I think would ease the creation of
next gen operating systems. The few code
fragments of those languages that I've seen look
like complete gibberish to me. They make me feel
like I need to take a computer science theory
course or something.
>>4. Is there an OSDev FAQ that has archived
>> explanations of questions I am likely to ask
>> along the way, but everyone is tired of
>> answering?
>
>I think there is... at least I recall somewhere
>seeing one. I don't know if it's still
>available, tho. Check out the Links from this page.
>Lots of good info.
>
>>5. One of the most interesting projects I have run
>> across, while researching OS design is the
>> TUNES project. It seems very similar to the
>> kind of OS I would like to use/develop. What
>> do you all think about it, being more
>> experienced than I? Is such a thing possible?
>> Is there a reason that more people aren't
>> working on developing a system similar to this?
>
>As long as you've got a good knowledge of asm and
>pmode, you can write a good OS.
>
>Don't know much about Tunes, specific... I've heard
>it mentioned a lot, but never actually tried it.
>
Cool, looks like I'll have to start learning ASM then.

Luckily, I have an Intel 386 processor manual laying around.
Thanks for the quick reply and the info.
Kurt
>J.Weeks