Portable UNIX

Why is UNIX more portable than other operating systems?

Questions by geeekkk

Showing Answers 1 - 9 of 9 Answers

swetha_0505

  • Oct 28th, 2009
 

Unix was rewritten in the C programming language and not in assembly language. The migration from assembly language to the higher-level language C resulted in much more portable software, requiring only a relatively small amount of machine-dependent code to be replaced when porting Unix to other computing platforms.

Unix manages the hardware and the executing processes by the kernel. The kernel is a collection of programs written in C which directly communicate with the hardware. applications communicate to system using kernal. Hence kernal need to be changed for different hardware but user interface remains same.

sunnypapa

  • Jan 28th, 2010
 

Unix operating system is written in C language, hence it is more portable than other operating systems, because of this it is most popular all over the world.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions