Page 1 of 2

New here

Posted: Fri Feb 22, 2008 10:01 am
by Caleb
I'm new here and I'm set on creating an operating system (not linux/unix related). Can you guys recommend some tools to use and what to do? I really dont know how to do that kind of stuff. Could someone please help?

Posted: Fri Feb 22, 2008 10:40 am
by Tyler

Posted: Fri Feb 22, 2008 11:14 am
by Caleb
I never took courses or anything. I know NOTHING about programming in C++. I know Visual Basic, and Liberty Basic. But I know those 2 wont create an OS, and C++ will. And I just need some tips.

Posted: Fri Feb 22, 2008 11:17 am
by t0xic
os.hacker64 wrote:YOU IZ MAJOR NOOB
hyp·o·crite /ˈhɪpəkrɪt/
–noun
1. a person who pretends to have virtues, moral or religious beliefs, principles, etc., that he or she does not actually possess, esp. a person whose actions belie stated beliefs.
2. a person who feigns some desirable or publicly approved attitude, esp. one whose private life, opinions, or statements belie his or her public statements.
@OP:
I would suggest learning some basic C or C++ first. Visual Basic is a nice first language, but C and it's variants are completely different

Posted: Fri Feb 22, 2008 11:21 am
by Caleb
Does Bloodshed Dev-C++ do the same thing as regular C++?

Posted: Fri Feb 22, 2008 11:23 am
by mathematician
Caleb wrote:I never took courses or anything. I know NOTHING about programming in C++. I know Visual Basic, and Liberty Basic. But I know those 2 wont create an OS, and C++ will. And I just need some tips.
Assembly language you must have, C is a good idea, unless you want to write the whole thing in assembler, C++ is optional.

Writing an operating system is not a good way to learn any language, so you should do that first, and then think about the OS.

Posted: Fri Feb 22, 2008 11:24 am
by t0xic
As a compiler? Yes. I personally like C better, and it's easier to setup for an OS. But I would suggest working on a few smaller projects first, before you start making an operating system. It's not easy. You don't have a library already made for you. Look here.

--Michael

Posted: Fri Feb 22, 2008 11:27 am
by cyr1x
You could use FreeBASIC it has almost the same syntax as Visual Basic.

Posted: Fri Feb 22, 2008 11:28 am
by Caleb
cyr1x wrote:You could use FreeBASIC it has almost the same syntax as Visual Basic.
But does freeBASIC create operating systems?

Posted: Fri Feb 22, 2008 11:35 am
by AJ
Yes - Combuster has done so and there is a BASIC barebones on the wiki.

Cheers,
Adam

Posted: Fri Feb 22, 2008 11:35 am
by Caleb
Where do I download freeBASIC?

Posted: Fri Feb 22, 2008 11:54 am
by DeletedAccount
Caleb wrote:Where do I download freeBASIC?
Although i am a compleate moron ... I received answers to most of my questions ... The point is that you should ask technical questions ... not questions which a simple search on any search engine can yeild a result ... Otherwise you are likely to be made fun by other members of the community .... The wiki page also has loads of information ... to get u started ... :P .. By the way .. i do not recommend os as your first project .. coz you will have to wait a long time to see some results ...

Regards

Sandeep Mathew

Posted: Fri Feb 22, 2008 12:08 pm
by jerryleecooper
www.freebasic.net doesn't work, the question may be valid

Posted: Fri Feb 22, 2008 12:26 pm
by t0xic

Posted: Fri Feb 22, 2008 12:38 pm
by jerryleecooper
t0xic wrote:http://www.freebasic.net works for me?
It works now, wasnt working earlier