In this post we will learn the useful skill of writing a device driver for Unix V6 (released in 1975) and run it on an emulator. The implemented device is fairly trivial: it will open a message box on the host OS. The goal is that we can execute the following command:echo “Hello world” >Continue reading “Writing a device driver for Unix V6”
Tag Archives: Command Line
How Podman can transfer container images without a registry
The new ‘podman image scp’ command makes it easier to transfer container images between users on the same system or machines over the network. Read more…
A Wordle style game for the command line (Spanish and English)
This is a word game inspired by the original Wordle to run in the command line. It can be played in english or in spanish. Read more…