Where to start?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Poyzin
Posts: 3
Joined: Sun Jan 18, 2009 6:38 pm

Where to start?

Post by Poyzin »

I've wanted to make an OS for some time now. And I got a unique plan and all. But I don't know where to start.
I have http://visopsys.org/ but I don't know what each of these things do.
I'd like to start from linux maybe. But, I don't know where to edit linux.

Can someone point me in the right direction?

Thanks in advance.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Re: Where to start?

Post by piranha »

I'd like to start from linux maybe. But, I don't know where to edit linux.
Mistake number one. Don't edit a kernel that already exists. If you want to make an OS (which I assume you mean kernel) make your own, learn how it works, and design it yourself.

If you want to create a linux distro, fine, do that. But your not making a kernel.

Go to osdev.org and go to the wiki.

-JL
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: Where to start?

Post by Love4Boobies »

However, if you feel like creating your own Linux distro, you will find the Linux kernel on the official website.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
Poyzin
Posts: 3
Joined: Sun Jan 18, 2009 6:38 pm

Re: Where to start?

Post by Poyzin »

For the linux distro. Isn't there some way I can edit Ubuntu using Terminal or something? Or do I have to edit the kernel in C?
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: Where to start?

Post by Love4Boobies »

You don't really know what you're doing, right?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
stephenj
Member
Member
Posts: 140
Joined: Wed Jul 23, 2008 1:37 am
Location: Canada

Re: Where to start?

Post by stephenj »

I think Linux From Scratch is a good place to start if you want to build a distro.
System123
Member
Member
Posts: 196
Joined: Mon Jul 07, 2008 1:25 am

Re: Where to start?

Post by System123 »

If you want to build your own linux distro (NOT OS DEVELOPMENT) read the Linux kernel site or google for how-tos there are plenty.
Gizmic OS
Currently - Busy with FAT12 driver and VFS
Post Reply