New here

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.
Caleb
Posts: 5
Joined: Fri Feb 22, 2008 9:56 am

New here

Post 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?
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

Caleb
Posts: 5
Joined: Fri Feb 22, 2008 9:56 am

Post 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.
User avatar
t0xic
Member
Member
Posts: 216
Joined: Sat May 05, 2007 3:16 pm
Location: VA
Contact:

Post 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
Caleb
Posts: 5
Joined: Fri Feb 22, 2008 9:56 am

Post by Caleb »

Does Bloodshed Dev-C++ do the same thing as regular C++?
User avatar
mathematician
Member
Member
Posts: 437
Joined: Fri Dec 15, 2006 5:26 pm
Location: Church Stretton Uk

Post 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.
Last edited by mathematician on Fri Feb 22, 2008 11:26 am, edited 1 time in total.
The continuous image of a connected set is connected.
User avatar
t0xic
Member
Member
Posts: 216
Joined: Sat May 05, 2007 3:16 pm
Location: VA
Contact:

Post 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
cyr1x
Member
Member
Posts: 207
Joined: Tue Aug 21, 2007 1:41 am
Location: Germany

Post by cyr1x »

You could use FreeBASIC it has almost the same syntax as Visual Basic.
Caleb
Posts: 5
Joined: Fri Feb 22, 2008 9:56 am

Post by Caleb »

cyr1x wrote:You could use FreeBASIC it has almost the same syntax as Visual Basic.
But does freeBASIC create operating systems?
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Post by AJ »

Yes - Combuster has done so and there is a BASIC barebones on the wiki.

Cheers,
Adam
Caleb
Posts: 5
Joined: Fri Feb 22, 2008 9:56 am

Post by Caleb »

Where do I download freeBASIC?
DeletedAccount
Member
Member
Posts: 566
Joined: Tue Jun 20, 2006 9:17 am

Post 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
User avatar
jerryleecooper
Member
Member
Posts: 233
Joined: Mon Aug 06, 2007 6:32 pm
Location: Canada

Post by jerryleecooper »

www.freebasic.net doesn't work, the question may be valid
User avatar
t0xic
Member
Member
Posts: 216
Joined: Sat May 05, 2007 3:16 pm
Location: VA
Contact:

Post by t0xic »

User avatar
jerryleecooper
Member
Member
Posts: 233
Joined: Mon Aug 06, 2007 6:32 pm
Location: Canada

Post by jerryleecooper »

t0xic wrote:http://www.freebasic.net works for me?
It works now, wasnt working earlier
Post Reply