Free2Code
 
Time: 2008-12-04, 09:41pm
make my own OS
Subject: make my own OS  ·  Posted: 2003-08-12, 04:06am
Rank: Unregistered
what exactly would I have to do to make my own OS?
 
  Reply to this ·  Post link ·  Top
Subject: Re: make my own OS  ·  Posted: 2003-08-14, 07:44am
Rank: ? (20)
Member #: 8063
start with a bootloader then write a little kernel
and then add whatever you want

pf

Bright eyes, Burning Like FIRE
 
  Reply to this ·  Post link ·  Top
Subject: osdev  ·  Posted: 2003-08-25, 01:40am
Rank: Unregistered
try learning protected mode, being in pmode is like being high, dude

Cheers,
Adrian
 
  Reply to this ·  Post link ·  Top
Subject: Re: make my own OS  ·  Posted: 2003-08-25, 02:40pm
Rank: ? (2)
Member #: 8643
i wan make a new Os called Stealth...with shit on hackin and stuff...got n e ideas on shit can start on? :|

.:v2c:.
 
  Reply to this ·  Post link ·  Top
Subject: Re: make my own OS  ·  Posted: 2003-08-25, 02:40pm
Rank: ? (2)
Member #: 8643
i wan make a new Os called Stealth...with shit on hackin and stuff...got n e ideas on shit can start on? :|

.:v2c:.
 
  Reply to this ·  Post link ·  Top
Subject: Write your OS  ·  Posted: 2003-08-30, 06:35am
Rank: Unregistered


First you get idea about what an operating system doing ?

then you choose a language to write your OS.
start with a boot loader.

Write a kernel for real mode OS

switch into protected mode

need help == visit freewebs.com/soulkamal
get JAGGU OS run it on WINdows 98 or dos and get some idea.It can also boot.Need more send an email to me mail ID in website



 
  Reply to this ·  Post link ·  Top
Subject: Re: make my own OS  ·  Posted: 2003-10-07, 12:41am
Rank: ? (34)
Member #: 10127
You could take Linux's code, insert some of your code and have a new cool OS.
Or you can take the old kernel and make only programs.
Bulid your distribution 8-)

 
  Reply to this ·  Post link ·  Top
Subject: Re: make my own OS  ·  Posted: 2003-10-13, 02:25am
Rank: ? (6)
Member #: 10357
I don't see why to develop a new OS, the better is to contribute in developing an already existing one, Linux for example, you may join the open source comunity and share the development proccess.
I think if you try to develop something like this alone you won't get so far.
No need to re-invent the wheel.

Life is what you make
 
  Reply to this ·  Post link ·  Top
Subject: I agree....  ·  Posted: 2004-02-10, 10:13pm
Rank: ? (420)
Member #: 12026
I don't agree that you should bother doing a boot loader. There are enough good bootloaders out there and wasting time on that extremely low level stuff will probably waste too much time and not allow you to start solving interesting problems in OS design (i'm talking purely theoretically here cause I've only done research and classes on OS's and played around on an OS written by a friend of mine "Amharic OS". But the above logic applies to the question of "Why build an OS in the first place?" There are enough good OS's already out there, I believe a better way to learn would be to hook up with an existing project. Maybe write a device driver for your hardware in Linux or something.

- emk

Attitude is no substitute for Competence. - Eric S. Raymond (esr)
 
  Reply to this ·  Post link ·  Top
Subject: Re: make my own OS  ·  Posted: 2004-02-27, 09:19pm
Rank: ? (17)
Member #: 13970
If you write your own OS you'll better understand what's going on at the lowest level. Start learning Protected mode. Don't hesitate - write. I suggest not to use bootloader at first but start OS from real DOS mode in some PC emulator (Bochs at sourceforge for example). This will save your time when testing (consider time for rebooting after each stupid bug fixed). Actually I do so.

 
  Reply to this ·  Post link ·  Top
Subject: Re: make my own OS need help  ·  Posted: 2005-05-17, 09:53pm
Rank: Unregistered
im in the middle of designing my own os and would like to know wot programmes i need to start off
 
  Reply to this ·  Post link ·  Top
Subject: Re: osdev  ·  Posted: 2005-06-27, 06:02am
Rank: ? (1)
Member #: 24516
Try this site





http://whatis.techtarget.com/definition/0,,sid9_gci212714,00.html

 
  Reply to this ·  Post link ·  Top

Pages: 1

Please login or register to post a reply.

icons