background preloader

The Linux Kernel Archives

The Linux Kernel Archives

https://www.kernel.org/

程序的链接和装入及Linux下动态链接的实现 链接器和装入器的基本工作原理 一个程序要想在内存中运行,除了编译之外还要经过链接和装入这两个步骤。从程序员的角度来看,引入这两个步骤带来的好处就是可以直接在程序中使用printf和errno这种有意义的函数名和变量名,而不用明确指明printf和errno在标准C库中的地址。当然,为了将程序员从早期直接使用地址编程的梦魇中解救出来,编译器和汇编器在这当中做出了革命性的贡献。编译器和汇编器的出现使得程序员可以在程序中使用更具意义的符号来为函数和变量命名,这样使得程序在正确性和可读性等方面都得到了极大的提高。但是随着C语言这种支持分别编译的程序设计语言的流行,一个完整的程序往往被分割为若干个独立的部分并行开发,而各个模块间通过函数接口或全局变量进行通讯。 Google Teachers Academy « Epic Epoch Google in the Classroom: Part 1 Posted on February 24, 2010 by Whizbang I’m giving a short presentation to staff at my school on how Google can be used in the classroom.

Wie werde ich root - Linux-Forum Wiki Aus Linux-Forum Wiki Ein Linuxsystem hat idealerweise mindestens zwei eingerichtete Benutzer: einen der "alles darf", der Administrator (Root) einen für die tägliche Arbeit, mit eingeschränkten Möglichkeiten (normaler Benutzer) The 10 Worst Operating Systems of All Time I love old technology as much as the next techno-geezer, but come on, it wasn't all wonder and goodness. After we're done reminiscing about the good old days of operating systems, let's reflect on the bad old days of operating systems as well. After all, the bad times are still with us -- even in 2009, there are still some wretched operating systems out there.

How to: Compile Linux kernel 2.6 Compiling custom kernel has its own advantages and disadvantages. However, new Linux user / admin find it difficult to compile Linux kernel. Compiling kernel needs to understand few things and then just type couple of commands. This step by step howto covers compiling Linux kernel version 2.6.xx under Debian GNU Linux. However, instructions remains the same for any other distribution except for apt-get command. Step # 1 Get Latest Linux kernel code FrAndroid - Communauté francophone Andr Arnaud • le 26 avril 2009 à 11:12 26 avril 2009 Android est compatible Windows, Linux et MacOs pour la partie développement d’application (SDK) et MacOS, Linux pour la partie Linux Android. L’ensemble des documents d’installation et de configuration des environnements de développement et du kernel Android sont basés sur une documentation Ubuntu 8.10. Le 23 avril 2009, Ubuntu a sorti la dernière mouture de son OS Linux, dans sa version 9.04.

Linux für alle: Neue Festplatte unter Linux installieren und einrichten Zielgruppe: Einsteiger Um zusätzlichen Speicherplatz zu erhalten, ist es bei Linux (wie bei jedem anderen Betriebssystem) notwendig, eine zusätzliche Festplatte zu installieren. Man könnte auch die alte ersetzen, doch dann würde man das Betriebssystem wohl eher neu installieren. HowTos Login HowTos HowTos

Related: