]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat: include doom.elf in initrd when built
authorTulio A M Mendes <[email protected]>
Thu, 12 Feb 2026 08:13:01 +0000 (05:13 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 13 Feb 2026 02:44:55 +0000 (23:44 -0300)
commit67f02241b0af4268e89555dc06badc0bc4e0062a
tree53638b27306242f070e06d214309f6959b4f8b30
parent257e5ff6e650af4f9eb067731357d6e8ef56586f
feat: include doom.elf in initrd when built

The Makefile now conditionally includes user/doom/doom.elf in the
initrd as bin/doom.elf if it exists. This allows DOOM to be
launched from the AdrOS shell via: /bin/doom.elf -iwad /path/to/doom1.wad

The DOOM build is optional — the main kernel build is unaffected
if doomgeneric has not been cloned.
Makefile