forked from quantum/esos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTHANKS
More file actions
14 lines (11 loc) · 697 Bytes
/
THANKS
File metadata and controls
14 lines (11 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A special thanks to the SCST (scst.sourceforge.net) project & development
team -- ESOS is built around SCST, and we really owe everything to them.
http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt
This article was very helpful in designing ESOS, specifically with the
init setup (BSD style).
http://www.sidebranch.com/papers/How%20To%20Install%20GRUB%20into%20a%20disk%20image.pdf
Lots of information/ideas came from this document when creating the 'image'
Makefile recipe and the disk imaging process.
The Linux From Scratch (LFS) project has been very helpful with everything from
specific package build recipes, to cross-compiler setup. Their work is very
much appreciated!