Welcome to Operating System Guide
Xbox Linux Project Article
![]()
This is a selection made from among articles on Xbox Linux Project. For a permanent link to this article, or to bookmark it for future reading, click here.
UNIX
from:UNIX is a computer operating system originally developed in the 60’s and 70’s by a group of AT & T employees at Bell Laboratories. UNIX operating systems are widely used in both servers and work stations primarily by large corporations. The UNIX environment and the client-server program model were essential elements in the development of the Internet and the reshaping of computing as centered in networks rather than in individual computers.
Both UNIX and the C programming language were developed by AT & T and distributed to government and academic institutions causing both to be opened up to a wider variety of machine families than any other operating systems. As a result, UNIX became synonymous with “open systems”.
UNIX systems are characterized by various concepts. They are known as the UNIX philosophy and they include:
* The use of plain text for storing data
* A hierarchical file system
* Being able to treat devices and certain types of inter-process communication as files
* The use of a large number of small program that can be strung together through a command line interpreter using “pipes” as opposed to using a single program with the same functionality
Under UNIX, the operating system is many utilities along with a master control program called the kernel. The kernel provides services to start and stop programs, handle the file system along with other common “high level” tasks that most programs share. Most importantly, UNIX schedules access to hardware to avoid conflicts if two programs try to access the same resource or device simultaneously. To mediate this access, the kernel was given special rights on the system. This divided the space into two sections: the user space and the kernel space.
UNIX has been the basis for many other offshoot operating systems including Linux and GNU. While UNIX is an operating system, it is one that is meant for larger mainframe computers as opposed to individual personal computers. It is widely considered to be the basis for many operating systems that have been developed and honed over the years.
The technology provided by the UNIX system led to other developments in computer mainframe and server technology. It is now widely used by corporations such as AT & T, Sun Micro Systems, and Novell.
Often referred to as “the most important operating system you’ll never use”, UNIX became an important advancement in computer programming. In fact, it remains an important part of many new operating systems currently in development.
Xbox Linux Project Specific links
Xbox Linux Project News
Read all 'Web 2.0 Summit 2008' posts in Webware - CNET News
Boxee , one of the more promising media applications out there today, is announcing the launch of a few new content sources today at the Consumer Electronics Show. Boxee now has added support for content from Joost and MTV Music . Joost is bringing ...
Read more...Ballmer: Microsoft building a digital ‘life without walls’ - Las Vegas Sun
Microsoft chief executive officer Steve Ballmer addressed a packed ballroom Wednesday evening at the Venetian on the eve of the Consumer Electronics Show, announcing Microsoft’s plans for 2009 and the release of a testing version of the Windows 7 ...
Read more...Digital Noise: Music and Tech - CNET News
I tuned into today's conversation between Microsoft's Robbie Bach and financial analysts at CES. Bach is the president of the company's Entertainment and Devices division, which includes Xbox, Windows Mobile, retail channel relationships, and most of ...
Read more...Federal Communications Commission (FCC) Chairman Kevin Martin (Source ... - DailyTech
The FCC's chief gives the greenlight to end his pursuit of filtering of the internet's red light district Free national wireless internet certainly sounds like a desirable goal. Indeed, for Federal Communications Commission (FCC) Chairman Kevin ...
Read more...

