Thread: Writing an OS
View Single Post
Old 02-16-2006, 08:42 PM   #20 (permalink)
Chankama
Chankama's Avatar
 
Monster Techie

Join Date: Jan 2005

Location: Canada

Posts: 1,522

Chankama will become famous soon enough

Default

Well to "build" a handheld of your own, you have to make some decisions with regards to the microprocessors, RAM, ROM, etc. you want to use. If you want to 'build" those from scratch, then you have to look into FPGA and learn a HDL like VHDL.

Once you have the h/w, then you can use C/C++ and assembly to code the OS.

Things for you to look up on Wikipedia:
FPGA
VHDL
Microprocessor
Microcontroller
C++
Assembly
RTOS (well you don't need a "real time" OS, but the topic RTOS will talk about the needed elements - e.g. scheduler)

I am sure the other guys will list more stuff
Chankama is offline