Chapter 3.21

A Simple LispOS

"The difference between science and the fuzzy subjects is that science requires reasoning, while those other subjects merely require scholarship."

Robert A. Heinlein, Time Enough for Love

Revision Note: rewrite this chapter as a case-study on Mezzano.

Note: the exercises in this chapter may require an additional computer to complete, and due to the prohibitive cost and lack of availability for some readers, it should be considered optional.

The elegance, power, and expressiveness of Lisp often encourages students of the language to wish for a more complete, live hackable, Lisp-based environment that extends beyond the Emacs+SLIME development environment; they usually start with either a Lisp-based window manager, such as StumpWM, or replacing their command-line shell with the Lisp REPL, and then quickly come to the conclusion, "why can't the whole operating system be written in Lisp?" Well, it's not quite so easy as that... but it is still very much in the realm of possibility.

If you already run a Linux-based Operating System, you can start by just replacing pieces of your distro one-by-one with Lisp-based equivalents; but it is probably much safer if you use a spare computer, or a virtual machine, so that if anything goes wrong you won't lose any personal data.

In this chapter, we will review the basic organization of operating systems, and what software they typically need to contain; take a brief tour of the available open-source Common Lisp software for building an Operating System; and assemble a basic Lisp-based operating system which can be run on a virtual machine or installed on a spare computer for testing.

Exercise 3.21.1

The Scope of Operating Systems



Exercise 3.21.2

The Kernel



Exercise 3.21.3

The Shell



Exercise 3.21.4

I/O



Exercise 3.21.5

File Systems



Exercise 3.21.6

Memory Management



Exercise 3.21.7

Processes and Threads



Exercise 3.21.8

Sandboxing



Exercise 3.21.9

Window Managers and Graphical User Interfaces



Project 3.21.10

A Basic LispOS for Virtual Machines



results matching ""

    No results matching ""