|
Hello! This is the initial commit of System: Euler (formerly mursk,
until now I guess).
Added:
* directory layout (see next section)
* license (MIT or CC0)
Directory structure:
386/ <= 386 (IA-32 or x86)-only stuff
include/ <= includes
boot/ <= bootloader
amd64/ <= like 386, but 64 bits
include/ <= likewise to 386/'s
boot/ <= likewise to 386/'s
sys/ <= system stuff
doc/ <= user documentation
src/ <= sources
kernel <= kernel sources
lc <= plan9 libc sources
lib/ <= stuff useful for other programs
...
|