]> 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)
commite3803248c2331bc01b3e2a12af669d36c4c286d4
tree89ddb783d107af33c16e34fa50ed41330502e378
parent85c9b491fe18e56d62b71d2d85531bf1642d8fa8
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