Glade is a RAD tool to enable quick & easy development of user interfa ..
There is a very insightful article in the Google Blog, titled "Our G ..
This tutorial introduces the reader informally to the basic concepts a ..
Python is a dynamic object-oriented programming language that can be u ..
This article explains the new features in Python 3.0, compared to 2.6. ..
This article explores many important extensions in GCC and shows you h ..
A good beginner's overview on what actually happens when compiling sof ..
This document outlines the set of requirements and guidelines for file ..
The Linux System Administrator's Guide, describes the system administr ..
This document explains quickly and concisely how a Linux system boots up. A very good read to get an understanding of this process.
Categories:
Articles, Documentation
Homepage: http://www.ibm.com/developerworks/linux/library/l-linuxboot/index.html
Published by: ossdeveloper.com admin
Total page views: 82
Total rating: 0
Total votes: 0
Date added: 2008-08-05 05:25:12
Date modified: 2008-08-05 05:25:12
The process of booting a Linux system consists of a number of stages. But whether you're booting a standard x86 desktop or a deeply embedded PowerPC target, much of the flow is surprisingly similar. This article explores the Linux boot process from the initial bootstrap to the start of the first user-space application. Along the way, you'll learn about various other boot-related topics such as the boot loaders, kernel decompression, the initial RAM disk, and other elements of Linux boot.
Access the home page for more information