eden/docs
lizzie c713d44c88
[dynarmic, docs] Add support for DragonFly, shared mapping fallback to private, and update docs (#2829)
Add deps instructions for void linux, alpine, nixOS, DragonFlyBSD, update haiku new stuff; add basic coding guidelines

Also fixes ucontext on dragonfly :)

Allows fallback if ftruncate() fails (DragonFly doesnt like shm of big files with hammer2...) This will also indirectly help OpenIndiana and Solaris since they dont like big shared files either.

The downside is that no inspection of the memory can be easily done. But that's just an edge case anyways.

Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2829
Reviewed-by: Shinmegumi <shinmegumi@eden-emu.dev>
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2025-10-27 05:13:44 +01:00
..
CPMUtil [cmake, tools, docs] Update CPMUtil (#2790) 2025-10-20 03:43:15 +02:00
build [docs, tools] Add 3rd party links, debug and testing guidelines; add extra tools for maintaining strings, rewrite lanczos generator in perl (#2749) 2025-10-20 14:25:03 +02:00
img [dist] shrink png asset size with optipng, scripts to generate assets (#2573) 2025-09-26 03:53:54 +02:00
scripts [frontend, android] Move update_checker to frontend_common and add Android support (#2687) 2025-10-21 23:36:35 +02:00
user [compat] HaikuOS port (#2805) 2025-10-22 04:53:40 +02:00
Build.md [docs] refactor: full rewrite, generalization + dedup (#488) 2025-09-18 02:37:02 +02:00
CODEOWNERS [docs] fixup codeowners (#2529) 2025-09-19 18:20:51 +02:00
Caveats.md [dynarmic, docs] Add support for DragonFly, shared mapping fallback to private, and update docs (#2829) 2025-10-27 05:13:44 +01:00
Coding.md [dynarmic, docs] Add support for DragonFly, shared mapping fallback to private, and update docs (#2829) 2025-10-27 05:13:44 +01:00
CrossCompile.md [docs, tools] Add 3rd party links, debug and testing guidelines; add extra tools for maintaining strings, rewrite lanczos generator in perl (#2749) 2025-10-20 14:25:03 +02:00
Debug.md [docs, tools] Add 3rd party links, debug and testing guidelines; add extra tools for maintaining strings, rewrite lanczos generator in perl (#2749) 2025-10-20 14:25:03 +02:00
Deps.md [dynarmic, docs] Add support for DragonFly, shared mapping fallback to private, and update docs (#2829) 2025-10-27 05:13:44 +01:00
Development.md [docs, tools] Add 3rd party links, debug and testing guidelines; add extra tools for maintaining strings, rewrite lanczos generator in perl (#2749) 2025-10-20 14:25:03 +02:00
Options.md [frontend, android] Move update_checker to frontend_common and add Android support (#2687) 2025-10-21 23:36:35 +02:00
README.md [dynarmic, docs] Add support for DragonFly, shared mapping fallback to private, and update docs (#2829) 2025-10-27 05:13:44 +01:00
SIGNUP.md [docs] initial user handbook draft (#2629) 2025-10-05 20:44:48 +02:00
User.md [core/filesystem] "easier" cheats folder structure like Ryujinx (#2795) 2025-10-22 00:57:42 +02:00

README.md

Eden Build Documentation

This contains documentation created by developers. This contains build instructions, guidelines, instructions/layouts for cool stuff we made, and more.