Difference between revisions of "Linux"

From Free Pascal wiki
Jump to navigationJump to search
(Mai moved page Linux to BGRA Installation on Linux: misnomer)
 
(add some content)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
#REDIRECT [[BGRA Installation on Linux]]
+
Linux is a free and open-source operating system.
 +
Since version 3.0.0 [[FPC]] supports compilation of programs for ''all'' available targets using a Linux kernel version 2.4.x or later.
 +
 
 +
== related articles ==
 +
=== general ===
 +
* [[Linux Programming Tips|Linux programming tips]]
 +
 
 +
=== writing kernel modules ===
 +
* [[linux/kernel/module development]]
 +
* [[linux/kernel/module language feature]]
 +
 
 +
== see also ==
 +
* [[Portal:Linux|Linux portal]]
 +
* {{Doc|package=RTL|unit=linux|text=<syntaxhighlight lang="pascal" inline>Linux</syntaxhighlight> unit}} in the [[RTL]]
 +
 
 +
[[Category: {{PAGENAME}}]]
 +
[[Category: Operating Systems and Platforms]]

Latest revision as of 01:53, 25 October 2019

Linux is a free and open-source operating system. Since version 3.0.0 FPC supports compilation of programs for all available targets using a Linux kernel version 2.4.x or later.

related articles

general

writing kernel modules

see also