The Daily Click ::. Forums ::. Non-Klik Coding Help ::. what program language is this ?
 

Post Reply  Post Oekaki 
 

Posted By Message

Tigerworks

Klik Legend

Registered
  15/01/2002
Points
  3882
12th July, 2004 at 21:19:27 -

Yeah, code it in C and any low level assembly bits you need can be in asm{}.
But coding an OS is pretty damn difficult, which is why there aren't many unique ones. Main problem: Drivers. How do you know how to communicate with the computer's hardware unless the hardware manufacturer has written a driver specifically for your OS?

 
- Tigerworks

Kris

Possibly Insane

Registered
  17/05/2002
Points
  2017
13th July, 2004 at 13:58:41 -

the core still needs to be in assembly, cos most Windows C compilers produce Win32 asm which isn't quite the same as x86 asm

you could always make it compatible with Windows drivers ... that'd be a bit of a sodder though

Image Edited by the Author.

 
"Say you're hanging from a huge cliff at the top of mt. everest and a guy comes along and says he'll save you, and proceeds to throw religious pamphlets at you while simultaniously giving a sermon." - Dustin G
   

Post Reply



 



Advertisement

Worth A Click