Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-08-2005, 02:12 AM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Aug 2005
Posts: 5
Default First version of linux?


Can i get the first version of linux. I am new to linux and want to give it a shape from start.
Atul Shukla is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 06-08-2005, 10:57 AM   #2 (permalink)
In The Zone
 
firewall's Avatar
 
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
Default

September 1991 - Linux version 0.01 is released. and it doesnt support X-Window.

And remember tht Linux is not the OS, it is just a kernel. Waht we see now a days are mostly running gnu systems on Linux kernel. Thats why we call it gnu/linux

__________________
www.aloke.info
firewall is offline  
Old 06-08-2005, 11:33 AM   #3 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default Re: First version of linux?

Quote:
Originally Posted by Atul Shukla
Can i get the first version of linux.
Download the v1.0 kernel from here:
ftp://ftp.iitm.lkams.kernel.org/pub/...nux-1.0.tar.gz
Its barely 1 MB in size barely usable.
Quote:
Originally Posted by Atul Shukla
I am new to linux and want to give it a shape from start.
Your welcome. You said you are new to Linux, Then how to you plan to give it a shape from start?
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 06-08-2005, 11:36 AM   #4 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

see the smiley in his post ???

Lolzing
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 06-08-2005, 12:33 PM   #5 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: First version of linux?

Quote:
Originally Posted by Atul Shukla
Can i get the first version of linux. I am new to linux and want to give it a shape from start.
Don't you think this is something like learning the bicycle before you want to drive a car? Just start with the car man!! Take a latest distro and start learning. Otherwise by the time you are thru with first version, 10 more versions will be out.
tuxfan is offline  
Old 06-08-2005, 11:16 PM   #6 (permalink)
sba
Broken In
 
Join Date: Jul 2005
Posts: 172
Default

Looks like this guy doesn't know what he is talking about or even what he wants...
sba is offline  
Old 07-08-2005, 12:46 AM   #7 (permalink)
The No.1 Stupid
 
~Phenom~'s Avatar
 
Join Date: May 2005
Location: CYBERYARD
Posts: 1,708
Default

if u wanna know about origin of linux , let me tell you linux was made by a BCA or PGDCA student ( not sure)
as his project report. it may sound amazing but its true.
i had read this long time back in a linux book.
__________________
n00b forever...
~Phenom~ is offline  
Old 16-08-2005, 01:03 AM   #8 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default

Why do u need old versions.
it's like asking for Windows 1.1 ha ha
bharat_r is offline  
Old 17-08-2005, 12:33 AM   #9 (permalink)
Back to l33ching :)
 
gauravakaasid's Avatar
 
Join Date: Jun 2005
Location: Latitude: 22° 32' North. Longitude: 88° 22' East
Posts: 839
Default

guy named linneus torvalds wrote the kernel i guess, correct me if rong
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect ~ Mark Twain
gauravakaasid is offline  
Old 17-08-2005, 03:10 AM   #10 (permalink)
sba
Broken In
 
Join Date: Jul 2005
Posts: 172
Default

Quote:
Originally Posted by gauravakaasid
guy named linneus torvalds wrote the kernel i guess, correct me if rong
*Linus Torvalds*
sba is offline  
Old 17-08-2005, 06:56 PM   #11 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

What can this be used for ?
vignesh is offline  
Old 17-08-2005, 07:05 PM   #12 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

rong itself is WRONG buddie, well, e was a hacker and so is bill gates ,
refer this site for a bookon legendary hackers :
http://www.gutenberg.org/etext/729
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 18-08-2005, 01:38 PM   #13 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default

I've heard that Bill Gates actually stole the code from IBM/apple to create windows.
bharat_r is offline  
Old 18-08-2005, 06:31 PM   #14 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Actually he bought MSdos from a swedish hacker and using that copied the windows thing from Apple and build Windows.
vignesh is offline  
Old 20-08-2005, 11:05 AM   #15 (permalink)
Right Off the Assembly Line
 
Join Date: Apr 2005
Posts: 26
Default

Hai all


Quote:
Can i get the first version of linux. I am new to linux and want to give it a shape from start.



If u want to use linux then go for a new version coz they support Graphical User Interface with X windows. If u want to learn the basics of an operating system (Linux) then go for the old version. First version of linux was written for Intel 386 processor which is so simple compared with today’s linux kernel 2.6. Here r some prerequisites before learning Linux kernel.

1. U should be able to understand the system architecture. ( I started with Intel 8086 16 bit processor then I moved to Intel 386 processor this was the Intel's first 32bit microprocessor, now i am going with Intel Pentium 4 i686)


2. U should be able to understand Assembly language. (It is a old language (Machine Dependent). some parts of the linux kernel is written in assembly language, parts like Boot sector cannot be even expressed in C language.)


3. U should be able to understand C language. ( Most of the linux kernel is written in C language)




Microsoft

IBM contacted Bill Gates to license his Basic interpreter for IBM pc designed in 1980's. They also asked for an operating system. Gates bought "DOS" from Seattle Computer Products for $50,000. He hired Tim Paterson as his employee who actually wrote DOS to make some changes for IBM. Then he changed DOS to MS-DOS

Intel was the first company to make microprocessor even though IBM released first personal computer it used Intel’s 8088 microprocessor. so Intel had a wide market, Gates made an agreement between Intel to create operating system for their processor, every computer that shipped with Intel microprocessor had Microsoft operating system by default, in this way Microsoft spread world wide. Bill Gates has a excellent knowledge in Business. Following r the quotes from Linus Torvalds

"If I ever met Bill Gates, there wouldn't be much of a meeting point. I couldn't tell him about business, and he couldn't tell me about technology."
--Linus Torvalds






Linux History.

Linux was created by a young Finnish student named Linus Benedict Torvalds who was studying computer science at the university of Helinski. Linus had a Intel 386 based computer and was using MINIX (mini UNIX) operating system, written by Andrew s Tanenbaum. This operating system came with the source code. After some time Linus decided to write his own operating system for his personal use, naturally he coded his operating system for 386 processor which he had at home, so the first version of linux was released for 386 processor.


Minix & Andrew S. Tanenbaum

Professor Andy Tanenbaum, a fairly well respected and a famous computer scientist was teaching a course on operating systems and was using unix version 6. when unix became an intellectual propoerty they forbid teaching about the unix internals. so Tanenbaum wrote a unix clone that was free from unix code and named it as "minix". Then Tanenbaum wrote a book named "Operating Systems: Design and Implementations" this book contained minix source code. Within couple of months if its release minix had it own usenet group comp.os.minix. Many people started to improve minix kernel but Tanenbaum prohbited adding new code to the minix kernel because he wanted to keep minix simple so that students can learn it in the duration of a semester. so Linus decided to write his own operating system which was to became Linux. Tanenbaum along with Gregory j. sharp created a distributed operating system knowm as Amoeba.

Tanenbaum has also written few books for more information visit www.cs.vu.nl/~ast/




What i have given is very small history of linux u can find more things on the Net. If u find something wrong, correct it
samjkd is offline  
Old 20-08-2005, 06:36 PM   #16 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Great post man..
vignesh is offline  
Old 21-08-2005, 06:42 AM   #17 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

What can the linux 1.0 or 0.01 be used for or how to use it.
vignesh is offline  
Old 22-08-2005, 11:15 AM   #18 (permalink)
Right Off the Assembly Line
 
Join Date: Apr 2005
Posts: 26
Default

Hai


It takes a whole book to explain for what a kernel(linux) is used. I am just a beginner, any how I will explain what I know. Following r the parts of a computer.

1. CPU : (central processing unit or processor) all the programs r run by cpu.

2. MEMORY: Memory is a device where information is stored and retrieved. Memory is further divided in two groups’ Primary memory and secondary memory. RAM is a primary memory (sometimes called as physical memory). Secondary memory consists of hard disk, floppy, CD, etc.

3. I/O: Input Output devices. Keyboard is a best example for an input device. Output device consists of monitor, printer, etc



A program that make these hardware useful is called a kernel. Kernel is a huge and a complicated program that deals with the real hardware. Kernel is the core of any operating system. Application programs use the operating system to do their job. To an average programmer it is hard to write a kernel than application program. That is the reason there r only few operating systems but a lot of application programs. Linus Torvalds decided to write his own operating system which is the kernel alone and named the kernel as LINUX. LINUX is only the kernel, u have to write the application programs to use the LINUX kernel. Mostly GNU applications r used on the LINUX kernel. Distributions like Redhat , Debian, etc pack LINUX kernel and the Applications (like texteditor, openoffice, etc) for our easy use.



The first linux kernel was written for Intel 386 CPU. As the hardware industry goes on adding new features to the CPU, new kernel is written to use those features



What I have given is very small information. If anything is wrong please correct it.
samjkd is offline  
Old 22-08-2005, 01:58 PM   #19 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Thanks for the info.
vignesh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 04:58 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2