Assembly or C, C++

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Locked
hydragon
Posts: 5
Joined: Mon May 12, 2014 1:08 pm

Assembly or C, C++

Post by hydragon »

Is it possible to write an everyday usable,stable,modern OS using assembly only,or is C c++ better suited?
User avatar
Combuster
Member
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:

Re: ASSEMBLY OR C,C++?

Post by Combuster »

Is it possible to write an everyday usable,stable,modern OS using assembly only,or is C c++ better suited?
Short answer: yes. :wink:



Long answer: The first half is always true, the second half is subjective and depending on the person asking and the person asked, with the majority answering "yes".
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
sortie
Member
Member
Posts: 931
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: ASSEMBLY OR C,C++?

Post by sortie »

You forgot to read:

The Forum Rules.
The Bare Bones tutorial.
Locked