DevC++?
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Dev-C is an IDE, not an compiler. You could potentially write machine language in it.
That said, you could write your own makefile and have dev-c use that instead of its default, or go the long way and configure a new compiler that is capable of compiling kernels (use a GCC Cross-Compiler rather than the mingw compiler that comes with it)
I don't know of any dev-c specific kernel, but IIRC there are people who are indeed using it.
That said, you could write your own makefile and have dev-c use that instead of its default, or go the long way and configure a new compiler that is capable of compiling kernels (use a GCC Cross-Compiler rather than the mingw compiler that comes with it)
I don't know of any dev-c specific kernel, but IIRC there are people who are indeed using it.
Four remarks:
1) A strong grasp of English, especially reading technical English, is a required skill for OS development, as virtually all the relevant documentation is in English. "I need sample OS", "I want sample OS" doesn't smack of that level of language skill (or maturity, for that matter).
2) Basic netiquette would have been to read the "POSTING RULES - REQUIRED READING - FAQ" sticky thread. This would have pointed you to several ressources, some of them including links to "sample" kernels.
3) A "sample OS" (or kernel) is not the best place to start, as is discussed in various places linked to by said sticky thread.
4) If you have to ask whether you can use XYZ to create an OS, I have a hunch you should do much reading first before jumping into coding stage.
1) A strong grasp of English, especially reading technical English, is a required skill for OS development, as virtually all the relevant documentation is in English. "I need sample OS", "I want sample OS" doesn't smack of that level of language skill (or maturity, for that matter).
2) Basic netiquette would have been to read the "POSTING RULES - REQUIRED READING - FAQ" sticky thread. This would have pointed you to several ressources, some of them including links to "sample" kernels.
3) A "sample OS" (or kernel) is not the best place to start, as is discussed in various places linked to by said sticky thread.
4) If you have to ask whether you can use XYZ to create an OS, I have a hunch you should do much reading first before jumping into coding stage.
Every good solution is obvious once you've found it.
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Well Dev-CPP
Dev-Cpp(IDE) actually makes use of the windows port of gcc known as mingw ... you can make an os with mingw ... see Project list in the wiki page .. see Ace Os , Cosmos OS ... etc
If you are a hardcore hacker .. you should check out React Os ...
I must confess that i dont have enough knowledge to hack ReactOS ...
If you are a hardcore hacker .. you should check out React Os ...
I must confess that i dont have enough knowledge to hack ReactOS ...
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Re: Well Dev-CPP
you can't make another cosmos with dev c++.SandeepMathew wrote:Dev-Cpp(IDE) see Project list in the wiki page .. see Ace Os , Cosmos OS ... etc
http://lab.obsethryl.eu/content/cosmos- ... ed-kernels (PS: i am not fan of mono/c# stuff, just FYI, PPS: http://www.gocosmos.org/Docs/UserKit/)
I'm making mine in DevCpp. Change out the makefile with your own custom one, as for assembly, I havent hacked away enough at the IDE to make it compile that too =( lol. I'm looking for a way to trick it to compile ASM files with nasm.
Website: https://joscor.com
-
- Member
- Posts: 566
- Joined: Tue Jun 20, 2006 9:17 am
Nope ...
I was not referring to that project .. I was refering to the public domain OS
named Cosmos by Chris Geese ... It is written in C not C# ....
see http://my.execpc.com/~geezer/os/
named Cosmos by Chris Geese ... It is written in C not C# ....
see http://my.execpc.com/~geezer/os/
Re: Nope ...
yes, you are right. it seems that my expression cause some misunderstanding.SandeepMathew wrote:I was not referring to that project .. I was refering to the public domain OS
named Cosmos by Chris Geese ... It is written in C not C# ....
see http://my.execpc.com/~geezer/os/
i did checked this comos and that cosmos, both already before post earlier message.
--
PS: i bet op would like C# cosmos, as he mentioned sample os :)
PPS: C#/gnome/ooxml all just seems wrong to me. toy..
PPPS: btw, i am using gnome_FC8/plan9port_lfs64/winxp_sp2, atm.