diff options
| author | Mario Rosell Rabinal <mario@mariorosell.es> | 2026-01-24 19:51:59 +0100 |
|---|---|---|
| committer | Mario Rosell Rabinal <mario@mariorosell.es> | 2026-01-24 19:51:59 +0100 |
| commit | 8a0bbb57aa00da0dc6e53655a7c7019b4e0e9c7e (patch) | |
| tree | dd1f3706f8f1516a014ea4e9ae82534a88a3545b /386 | |
Initial commit.
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
...
Diffstat (limited to '386')
| -rw-r--r-- | 386/boot/.gitkeep | 0 | ||||
| -rw-r--r-- | 386/include/.gitkeep | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/386/boot/.gitkeep b/386/boot/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/386/boot/.gitkeep diff --git a/386/include/.gitkeep b/386/include/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/386/include/.gitkeep |
