Page 1 of 1
I want to create my own OS.
Posted: Mon Mar 04, 2002 10:45 pm
by phinixTH
;DHello! I want to create my own OS. how to do it? how to start? :-/
Re: I want to create my own OS.
Posted: Tue Mar 05, 2002 5:28 am
by The Legend
check the tutorials on
http://surf.to/osdev !
Re: I want to create my own OS.
Posted: Thu Mar 07, 2002 7:15 am
by Jordan_C.
Oh, you want to create an OS? Imagine that. ::) Try DMOZ.org (just
http://dmoz.org) or Google (
http://www.google.com). Being a user of QBasic, naturally I'd say do this: try just making a shell in your favorite language. Get the feel of the OS before you actually do anything. Also, don't e-mail me for advice, because making a shell in QB's all I've done so far
Re: I want to create my own OS.
Posted: Wed Mar 13, 2002 9:57 am
by ImagineOS
I made a Shell of my OS in Visual Basic...actually, we were gonna use it as the REAL OS! We had the idea that if we edited the bootsectors to load our program over windows when the computer started, the user wouldn't know that it wasn't a real OS....we decided against the idea and we are now starting to prepare to start making our OS...we have decided that we will make the bootsector in ASM using NASM or TASM...then, we will make the kernel(sp) in C++ using Borland 4 or 5.
Re: I want to create my own OS.
Posted: Thu Mar 14, 2002 10:34 am
by Jordan_C.
Hey, ImagineOS...you gotta website? Sounds to me like a cool idea! What kind of OS is it? Like, is it a GUI, or text-based? Why don't you just e-mail me the stuff, I don't want to take space away from the original Q
(e-mail address is in profile)
Re: I want to create my own OS.
Posted: Fri Mar 15, 2002 4:05 am
by Silenger
Ik had a test with Turbo Pascal 7, making a boot code in asm that loads an dos exe but doesn't emulate dos interrupts.
Then make a os in Tp7.(You can use inline asm in pascal code)
Zo i had a litle Tp7 prog that puts text on boot. And ask 's for input.