Difference between revisions of "Linux"

From Dejvino's Knowledge Base
Jump to navigation Jump to search
(Created page with "Open source operating system kernel usable on various types of hardware, e.g. ARM devices. == Compilation == === External === * Arch Linux > Kernel > Traditional comp...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Open source]] operating system kernel usable on various types of hardware, e.g. [[ARM devices]].
 
[[Open source]] operating system kernel usable on various types of hardware, e.g. [[ARM devices]].
 +
 +
Main repository: [https://kernel.org/ kernel.org]
  
 
== Compilation ==
 
== Compilation ==
 
=== External ===
 
=== External ===
 
* Arch Linux > Kernel > Traditional compilation [https://wiki.archlinux.org/index.php/Kernel/Traditional_compilation]
 
* Arch Linux > Kernel > Traditional compilation [https://wiki.archlinux.org/index.php/Kernel/Traditional_compilation]
 +
* Linux Next [https://www.kernel.org/doc/man-pages/linux-next.html]
 +
* Compiling kernel on ARM [https://github.com/umiddelb/armhf/wiki/How-To-compile-a-custom-Linux-kernel-for-your-ARM-device]
 +
* [[Megous]]' [[PinePhone]] + [[Orange Pi]] Linux repository and tutorial [https://github.com/megous/linux]

Latest revision as of 18:19, 20 March 2020

Open source operating system kernel usable on various types of hardware, e.g. ARM devices.

Main repository: kernel.org

Compilation

External