Friday, August 12, 2016

Ebook Understanding the Linux Kernel (en anglais)

Ebook Understanding the Linux Kernel (en anglais)

Pensez - vous principalement des livres Understanding The Linux Kernel (en Anglais) Si vous êtes encore confus sur lequel du livre Understanding The Linux Kernel (en Anglais) qui devrait être acquis, il est temps de ne pas ce site à chercher. Aujourd'hui, vous aurez certainement besoin de ce Understanding The Linux Kernel (en Anglais) comme l' un des publications les plus visées et beaucoup de livres nécessaires comme des ressources, dans un autre temps, vous pouvez prendre plaisir à quelques autres publications. Cela dépendra de vos demandes préparées. Cependant, nous vous suggérons toujours que les livres Understanding The Linux Kernel (en Anglais) peut être un excellent problème pour votre vie.

Understanding the Linux Kernel (en anglais)

Understanding the Linux Kernel (en anglais)


Understanding the Linux Kernel (en anglais)


Ebook Understanding the Linux Kernel (en anglais)

Understanding The Linux Kernel (en Anglais) Juste comment une idée de base en lecture peut vous améliorer pour être une personne efficace? L' examen Understanding The Linux Kernel (en Anglais) est une activité extrêmement simple. Mais, exactement comment beaucoup de gens si paresseux pour revoir? Ils préfèrent passer leur temps libre à bavarder ou à traîner. Lorsque , en fait, vérifier Understanding The Linux Kernel (en Anglais) va certainement vous fournir beaucoup plus de possibilités pour réussir fini avec les travaux durs.

La lecture, encore une fois, va certainement vous donner quelque chose de nouveau. Quelque chose que vous ne savez pas alors exposé à renowneded avec un guide Understanding The Linux Kernel (en Anglais) message. Une certaine connaissance ou une leçon qui re a obtenu de vérifier les e-books est vaste. Plus de livres Understanding The Linux Kernel (en Anglais) vous lisez, plus vous obtenez des connaissances, ainsi que plus d' occasions de profiter constamment vérifier les livres. En raison de cette raison, vérifier livre devrait être commencé avec plus tôt. Il est aussi ce que vous pouvez acquérir de l'e-book Understanding The Linux Kernel (en Anglais)

Obtenez les avantages de l' habitude de lire pour votre style de vie. Message Livre Understanding The Linux Kernel (en Anglais) associera certainement toujours à la vie. La vraie vie, le savoir, la science, la santé, la religion, l' amusement, et plus pourraient être découverts dans les e-livres écrits. Beaucoup d'écrivains offrent leur expérience, la recherche scientifique, l' étude de recherche, ainsi que tous les points à vous montrer. Parmi ceux - ci est via ce Understanding The Linux Kernel (en Anglais) Ce livre Understanding The Linux Kernel (en Anglais) fournira le nécessaire de la notification ainsi que la déclaration de la vie. La vie sera terminée si vous comprenez plus de points par des publications de lecture.

De plus la description, il est clair que vous devez examiner cette publication Understanding The Linux Kernel (en Anglais) Nous offrons le livre en ligne qualifié Understanding The Linux Kernel (en Anglais) ici en cliquant sur le lien de téléchargement Web. Du livre discuté en ligne, vous pouvez donner beaucoup plus d' avantages pour de nombreuses personnes. Par ailleurs, les visiteurs seront certainement aussi sans effort pour obtenir la publication préférée Understanding The Linux Kernel (en Anglais) pour vérifier. Localisez la publication la plus préférée et aussi nécessaire Understanding The Linux Kernel (en Anglais) pour vérifier maintenant et ici.

Understanding the Linux Kernel (en anglais)

Détails sur le produit

Broché: 684 pages

Editeur : O'Reilly (1 novembre 2000)

Collection : Classique Us

Langue : Anglais

ISBN-10: 0596000022

ISBN-13: 978-0596000028

Dimensions du produit:

17,8 x 3,2 x 23,3 cm

Moyenne des commentaires client :

2.0 étoiles sur 5

1 commentaire client

Classement des meilleures ventes d'Amazon:

814.667 en Livres (Voir les 100 premiers en Livres)

Il est toujours très décevant de tomber sur un article annonçant qu'il va tout expliquer sur un sujet donné. Evidemment, ce n'est pas le cas ici, où plutôt, il peine à y arriver. Le grand problème de linux, c'est l'abondance en source que recelle le repertoire /usr/src/linux. On aurait esperé plus qu'une simple annexe de 2 pages pour dire que le repertoire arch/ contient tout le démarrage de linux pour chacune des architectures supportées (mips, ppc, 68x...). Et dans tout ce livre, la vision la plus bas niveau arrive quand à l'explication de "qu'est-ce une interruption" avec 3 lignes de code en assembleur i386 (qui est certe le plus répandu, mais l'un des moins ludiques....n'en demandons pas trop).Ce qui est bien fait dans ce livre, ce sont les explications à propos des algorithmes utilisés pour la schedul et la pagination...ce qui est dejà pas mal, mais ce qu'on aurait trouvé dans un bouquin s'annonçant plus théorique au sujet des systèmes d'exploitation en général.A ceux qui veulent toucher à une partie de linux, rien ne vaudra la lecture directe des sources, mais la lecture de ce livre leur permettront de connaitre néanmoins le fonctionnement du reste du kernel.

Want to really understand Linux? This is the book for you.

This is the linux kernel book thar makes the difference. Although I 've tried some other books on the subject it was "Understanding the Linux kernel" that gave me some answers to my questions. It covers anything (ok, except networking, it is the core kernel book) from booting to other topics with lots of diagrams.

This book is definitely very good introduction to Linux kernel.But the approach used in this book is not good.I recommend it as reference material.In my opinion, to teach S/W, the best way isshowing Data structures and how each data structure is related each otherin a big picture.All you need to say is problem description, objective and data structure used to solve the problem and bried mechanism if necessary. In doing so, you don't have to say much. Just a few pictures are enough.But this book tries to explain some codes in words.This is not good, boring and even frustrating. Instead, the authors should have excerpted actual source codes.Most chapters are written this way, so for newbies, this will be really boring.This is a good reference for existing code not a good introduction to kernel components.

Can a professional OS book feature both easy to read and detailed/accurate in technical level?The answer is 'yes' for this book. I have been looking for this kind of book for years. Now I have it. This book delayed publishing for 3 months, the waiting is worthwhile. I spent 3 weeks to read this book very carefully. I got tons of my uncertain question marks about kernel in mind answered. I have explored the kernel for years. I should say, I have browsered almost all documents/books I could find from websites and bookstores. This book is the best one (not one of the best) in this topic I could find on this planet.Besides the 'tranditional' subjets, like, process,memory, interrupt,signals,IPC, it also depicts 'file system' in very details which is rarely done by other kernel books. The most outstanding trait is that it is so 'user friendly' for you to read. Its style always remind me of my own jotting in my note book, but of course, it is much more complete, accurate and super well organised. Its narration is brief and simple enough for you to udnerstand and remember; meanwhile, it never loses the technical details and accuracy for your further adventure.If there is any 'complaints', I should say, I like to see some general I/O subjects, like, tty console, display, network and etc, to be discuss, maybe in another book.However, I'd like to say that this book is a great contribution to linux kernel community.Thanks authors, this book deserve a 6 stars mark!

In reference to some comment made by another reader I just want to point out that kernel stack switch happens in the middle of _switch_to macro as described in the para -4 of chapter-3(Pg-87). I don't want to start a war here but I would like to say to reviewers to kindly read carefully before blaming a book.I guess the right way to understand the kernel is download the intel programmer's guide (80386) and the kernel source code for linux version 2.2.14. Read the gates and segemnts section from intel, you may skip the task switching part for linux does not use the task switch of intel. All task switch is done in software. Dig in the source code along with the book. But don;t confuse between versions. Because the way fast and slow intrs were handeled before are different than that in 2.2.*. So in a way the device driver book by Rubini's interrupt handling section is not in accordance with this book. But this book's way is the one as per linux version2.2 which is later than what Rubini's book is based on 2.0.I owe many thanks to the writers of this book who made an excellent job.

Understanding the Linux Kernel (en anglais) PDF
Understanding the Linux Kernel (en anglais) EPub
Understanding the Linux Kernel (en anglais) Doc
Understanding the Linux Kernel (en anglais) iBooks
Understanding the Linux Kernel (en anglais) rtf
Understanding the Linux Kernel (en anglais) Mobipocket
Understanding the Linux Kernel (en anglais) Kindle

Understanding the Linux Kernel (en anglais) PDF

Understanding the Linux Kernel (en anglais) PDF

Understanding the Linux Kernel (en anglais) PDF
Understanding the Linux Kernel (en anglais) PDF

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More