Free2Code
 
Time: 2008-12-04, 07:55pm
Programming Language?
Subject: Programming Language?  ·  Posted: 2003-12-24, 04:33am
Rank: ? (37)
Member #: 11472
I want to start coding an OS but I'm not sure what programming language I should use. Can anyone suggest something?

Is this a dream?
 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2004-01-15, 06:37pm
Rank: ? (34)
Member #: 10127
C & ASM (low level) should be OK

 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2004-02-05, 10:00am
Rank: ? (767)
Member #: 11085
C++ or C, they be the bestest.

- relpats_eht
 
  Reply to this ·  Post link ·  Top
Subject: yep  ·  Posted: 2004-02-10, 10:15pm
Rank: ? (420)
Member #: 12026
Write you device / I/O control stuff in ASM. But try to write most of your operating system in C (not C++). Do something exciting, do a microkernel OS or something and userspace system utilities.

- emk

Attitude is no substitute for Competence. - Eric S. Raymond (esr)
 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2004-02-27, 09:11pm
Rank: ? (17)
Member #: 13970
I am writing OS now(very small in fact - just an example). I use ASM and in future will use C for interface.
I think that ASM is ideal for low-level functions.

 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2004-04-26, 11:05am
Rank: ? (37)
Member #: 15158
I'd use ASM for all low-level stuff (e.g. bootloader) and C or C++ for the kernel.

 
  Reply to this ·  Post link ·  Top
Subject: Re  ·  Posted: 2004-05-13, 07:39am
Rank: ? (220)
Member #: 15346
can i ask you why you want to make a OS?
OS coding is evil most of the project end up in the dump. Just look at Windows ME

 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2004-05-25, 06:53pm
Rank: ? (16)
Member #: 12363
I am taking OS right now in school. Seems like it will be a fun class. I am not sure what we are going to be using. I have a book that uses some Java but I am not sure with what. As soon as I find out, I will let you know.
 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2004-10-20, 09:29am
Rank: ? (4)
Member #: 21956
If you use C don't you need to write an implementation of the C Standard Libary that manages all I/O, etc?

 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2004-10-21, 11:19pm
Rank: ? (179)
Member #: 7065
In a previous thread in this forum, I made a loose reference to the fact that one could potentially use a language such as Cyclone for increased reliability and safety within your OS.

 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2005-02-13, 06:45am
Rank: Unregistered
I am writing a os , mixing c and asm is fun
 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2005-03-02, 07:39pm
Rank: Unregistered
how i will code my own os

 
  Reply to this ·  Post link ·  Top
Subject: Re: Programming Language?  ·  Posted: 2005-05-27, 10:00am
Rank: Unregistered
My name is Kerim. I suggest you to try out ASM & Pascal combination, which could be pretty funny and you could learn a lot. I've made a little os in asm & pascal long time ago, and it was very cute..
 
  Reply to this ·  Post link ·  Top

Pages: 1

Please login or register to post a reply.

icons