Add "Just for Fun" section

This commit is contained in:
2026-05-03 18:32:13 +02:00
parent 1a3b4a22f2
commit 6636af70ed
9 changed files with 207 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
\begin{figure}
\centering
\includegraphics[scale=0.2]{images/Tux.png}
\caption{By lewing@isc.tamu.edu Larry Ewing and The GIMP, Attribution, https://commons.wikimedia.org/w/index.php?curid=80930}
\caption{\tiny{lewing@isc.tamu.edu Larry Ewing and The GIMP, Attribution,\\ https://commons.wikimedia.org/w/index.php?curid=80930}}
\end{figure}
\end{frame}

60
slides/02.JustForFun.tex Normal file
View File

@@ -0,0 +1,60 @@
% Title: Linux - Mehr als nur ein Betriebssystem
% Author: Alexander Noack <jali@orca-central.de>
% Created On: Mon 20 Apr 2026
% Summary: Presentation for the talk
% Language: de-DE
\section{Just For Fun}
\begin{frame}
\frametitle{Die Open-Source-Bewegung}
\begin{figure}
\centering
\includegraphics[scale=0.1]{images/PDP-10-wikipedia.jpeg}\\
PDP-10 Mainframe Computer
\caption{\tiny{gah4, CC-BY-SA 4.0}}
\end{figure}
\end{frame}
\begin{frame}
\frametitle{GNU}
\begin{figure}
\centering
\includegraphics[scale=0.1]{images/Heckert_GNU_white.svg.png}
\caption{\tiny{By Aurelio A. Heckert <aurium@gmail.com> - gnu.org, CC BY-SA 2.0, \\ https://en.wikipedia.org/w/index.php?curid=33285325}}
\end{figure}
\end{frame}
\begin{frame}
\frametitle{GNU/Linux}
\begin{figure}
\centering
\includegraphics[scale=0.2]{images/Torvalds.jpeg}
\caption{\tiny{Torvalds at LC, Beijing. China, 2018; CC-BY 3.0}}
\end{figure}
\end{frame}
\begin{frame}
\frametitle{GNU/Linux}
\tiny{
Hello everybody out there using minix -
I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for
386(486) AT clones. This has been brewing since april, and is starting to get ready. I'd like any
feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical
layout of the file-system (due to practical reasons) among other things).
I've currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I'll get
something practical within a few months, and I'd like to know what features most people would want.
Any suggestions are welcome, but I won't promise I'll implement them :-)
\medskip
Linus (torvalds@kruuna.helsinki.fi)
\medskip
PS. Yes - it's free of any minix code, and it has a multi-threaded fs. It is NOT portable (uses 386
task switching etc), and it probably never will support anything other than AT-harddisks, as that's
all I have :-(.}
\end{frame}