Thread: Writing an OS
View Single Post
Old 02-15-2006, 04:23 PM   #4 (permalink)
TheHeadFL
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

I agree, it certainly doesn't seem like you have any idea of what is involved in writing an OS.

If you had any idea, you'd know that there isn't any way to write an OS in Java or in BASIC since both of those languages are partially interpreted.

Your only option is a language and a compiler that can generate native binaries.

Furthermore, the vast majority of it would have to be in assembly code, which is targeted at whatever processor you are writing it for.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline