pull/113/merge
wozgeass 9 years ago
commit 367147767b

@ -0,0 +1,14 @@
Kernel introduction.
================================================================================
Linux has began in the Operating system more importan in the last years and many people use it in their lives commonly.
But nobody like remember the history about the Linux kernel in time.
This the first part to undestand if you want to begin whit this topics.
Linux looks like any other Unix systems; indeed, UNIX compatiblity has a major design and goal of the Linux Kernel project.
Linux began in 1991, when a Finnish University student, Linus Torvalds, began developing a small but incompleted kernel for the 80386 procesors, the first true 32-bits processors in the intel's range of PC-compatible CPUs.
![image](https://lh4.googleusercontent.com/-Y_ESIDYRHpk/AAAAAAAAAAI/AAAAAAAAQtI/GsbYt_CjQmI/photo.jpg)
--------------------------------------------------------------------------------
* [Linus Torvalds](http://es.wikipedia.org/wiki/Linus_Torvalds)

@ -0,0 +1,10 @@
History of Linux Kernel.
================================================================================
In the previous post [Introduction]() we see that the linux kernel began in
![Tux](http://www.gnu.org/graphics/babies/BabyTux.png)
--------------------------------------------------------------------------------
* [Tux History](http://en.wikipedia.org/wiki/Tux)

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@ -1,5 +1,7 @@
### Summary
* [Introduction](Introduction/Introduction.md)
* [In Time]()
* [Booting](Booting/README.md)
* [From bootloader to kernel](Booting/linux-bootstrap-1.md)
* [First steps in the kernel setup code](Booting/linux-bootstrap-2.md)

@ -57,3 +57,4 @@ Thank you to all contributors:
* [Maxime Leboeuf](https://github.com/leboeuf)
* [Maximilien Richer](https://github.com/halfa)
* [marmeladema](https://github.com/marmeladema)
* [wozgeass](https://github.com/wozgeass)

Loading…
Cancel
Save