Design a site like this with WordPress.com
Get started

Writing a device driver for Unix V6

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”