Operating Systems - How Were They Made?

  • Thread starter Thread starter JamesU
  • Start date Start date
  • Tags Tags
    Systems
AI Thread Summary
Operating systems were originally developed using assembly language, which involved direct manipulation of hardware registers. The early UNIX kernel was initially written in PDP-11/20 assembly language but was largely rewritten in the C programming language by 1973, showcasing C's growing power and versatility. UNIX predates DOS, which was considered less advanced due to its lack of features like networking and protected memory that UNIX offered as early as the 1970s. The discussion also highlights that the Xerox Alto was one of the first personal computers to feature a desktop interface and mouse, influencing later systems like the Mac. Overall, the evolution of operating systems transitioned from assembly to higher-level languages, leading to a variety of systems developed in the late 70s and 80s, including Windows, DOS, and Linux.
JamesU
Gold Member
Messages
821
Reaction score
3
I'm kinda curious on how operating systems were originally made. anyone have an answer?
 
Computer science news on Phys.org
assembly? setting gates and bits to switch flags for specific hardware?

that would be my guess...that is assembly to DOS to graphics.h to
windows/unix.
 
what I meant was: what languages were used in the computer? I was too vague, sorry
 
yomamma said:
what I meant was: what languages were used in the computer? I was too vague, sorry
wikipedia said:
By 1973, the C language had become powerful enough that most of the UNIX kernel, originally written in PDP-11/20 assembly language, was rewritten in C.

That tells you what Unix was originally programmed with, and reprogrammed with.
 
A little assembly, but mostly C.
 
neurocomp2003 said:
assembly? setting gates and bits to switch flags for specific hardware?

that would be my guess...that is assembly to DOS to graphics.h to
windows/unix.


err.. no.

it was Human based manipulation of registers

to

assembly

to

UNIX

to

a billion other little OSs in the late 70's and 80's (yes, that includes Windows, DOS Mac OS, linux, freebsd, etc)
 
Was Mac the first OS with a desktop and a mouse, instead of a command line and a keyboard?
 
  • #10
really unix came before dos?
 
  • #11
neurocomp2003 said:
really unix came before dos?

Oh my gosh... are you serious?

yes, Unix came out years and years before DOS. DOS was a POS OS that did not even support networking or protected memory. Unix had both of those in the 70's.
 
  • #12
Before C, all operating system were programming in assembly
 
Back
Top