Scheme OS
(c) Copyright 2003 TAKANO Ryousei <rtakano@users.sourceforge.jp>

Scheme OS is a Toy OS based on the OSKit.  Scheme OS includes
TinyScheme 1.33 that is a tiny scheme implementation by Dimitrios
Souflis.


REQUIREMENT
  * OSKit-20020317 snapshot (or from GNU Mach 2.x CVS)
  * Grub boot loader


BUILD & RUN
1. edit OSKIT_SRCDIR and OBJDIR in GNUmakefile.
2. make
3. edit /etc/grub.conf. For example:
  title Scheme OS
  root (hd0, 0)
  kernel /boot/scmos root=hdas1

('hdas1' means /dev/hda1 in the syntax of Linux.)


REFERENCE
[1] YaWos Project: http://sourceforge.jp/projects/yawos/
[2] OSKit: http://www.cs.utah.edu/flux/oskit/
[3] TinyScheme: http://tinyscheme.sourceforge.net/
