Linux Development: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: 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.