-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
41 lines (24 loc) · 763 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
This is the Spoon operating system by Durand, preserved here for posterity after being
retrieved from the Wayback Machine at archive.org.
Please see LICENSE for licensing details.
This is the source tree for the spoon microkernel and
relevant apps, drivers, servers, etc.
Have a look inside the scripts directory for the easy, quick, building stuff.
Quick start:
------------
(Confirm that the source tree is installed in: /spoon/system/source)
cd /spoon/system/source
./configure.pl --list
./configure.pl --arch=i686 (or whatever)
make all;
make install;
To make an ISO or floppy:
-------------------------
( do the above Quick Start, then ... )
cd scripts
sudo ./make_floppy.pl
./make_iso.pl
cd ../builds
ls
Durand Miller