Linux Development: Difference between revisions

From miki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 21: Line 21:


SFML and Box2D were used in '''[https://www.youtube.com/watch?v=tCPzYM7B338 Guppies]''', an evolving neural networks experiments.
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.