The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 04-15-2002
dani++ dani++ is offline
Registered User
 

Join Date: Feb 2002
Location: Barcelona - Catalonia (Spain) - Europe
Posts: 15
I once did a micro-OS on college, nothing special, just the process scheduler and a few system calls (no FS, for example).

We used C and assembler. No matter which language you choose you will have to code some stuff on assembler as some things (the scheduler, for instance) have really weirdo algorithms and low-level stuff.

Good luck.

dani++