Linux Development: Difference between revisions
Jump to navigation
Jump to search
(→USB) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
Other pages on this wiki: |
Other pages on this wiki: |
||
* [[Linux System Programming|System Programming]] |
* [[Linux System Programming|System Programming]] |
||
Examples: |
|||
* [[http://rosettacode.org/wiki/Rosetta_Code Rosetta Code]] |
|||
:Solutions to the same task in as many different languages as possible |
|||
== USB == |
== USB == |
||
Line 11: | Line 15: | ||
== udev / sysfs == |
== udev / sysfs == |
||
* [http://www.signal11.us/oss/udev/ udev and sysfs tutorial] |
* [http://www.signal11.us/oss/udev/ udev and sysfs tutorial] |
||
== Game development / visualisation == |
|||
* [https://www.sfml-dev.org/index.php Simple and Fast Multimedia Library]. |
|||
* [http://box2d.org/ Box2D]. |
|||
SFML and Box2D were used in '''[https://www.youtube.com/watch?v=tCPzYM7B338 Guppies]''', an evolving neural networks experiments. |
|||
== initrd / initramfs == |
|||
* [https://michael.stapelberg.ch/posts/2020-01-21-initramfs-from-scratch-golang/ distri: 20x faster initramfs (initrd) from scratch] |
|||
: An interesting post detailed the inner working of RAMFS and boot sequence on Linux / kernel. |
Latest revision as of 06:32, 27 January 2020
References
Other pages on this wiki:
Examples:
- Solutions to the same task in as many different languages as possible
USB
udev / sysfs
Game development / visualisation
SFML and Box2D were used in Guppies, an evolving neural networks experiments.
initrd / initramfs
- An interesting post detailed the inner working of RAMFS and boot sequence on Linux / kernel.