I’m looking up for communities or scenes whose purpose is making games that you play from bootup. Not necessarily boot sector games (stuff that has to fit in 512 bytes), but things that would behave much like cartridges in old consoles, where the hardware boots straight into the game.

Put another way, games that “are the OS”, either for x86 or ARM. My search engine-fu didn’t manage to find anything other than boot sector games and several Batocera guides.

  • WaterWaiver@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    11 months ago

    This would be a good demoscene category. Sadly it looks like pouet.net doesn’t have a “platform” category for raw x86 (I think some of the DOS entries will be this, but not all) and I only saw one entry for x86.

    At the end of the day: I think MS-DOS is a more attractive target than raw x86. It does a few things for you, but then mostly gets out of the way if you don’t want to use its features, and has better accessibility (thanks to DOSBOX) for most users.

    • I Cast Fist@programming.devOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Might be worth a try. Interesting that there’s some stuff for running on rPi 1 and even rPi Pico, which makes me hopeful for ARM shenanigans

  • torturedllama@lemmy.nz
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Would a game that is essentially a micro Linux distro count? I feel that should be pretty doable as a bootable USB stick or CD.

    If you did it that way you’d have to bundle the Linux kernel plus graphics drivers at a minimum. But I wonder how much of the OS you could avoid having. Certainly you wouldn’t need a Desktop Environment. I wonder if you would need something like X or Wayland or if you could get away without that (to run games built in a normal-ish userspace way). I guess finding the minimal environment for SDL would be a good starting point. That sounds like an interesting exercise for sure.

    Although something like that probably isn’t as pure as you’re looking for, it would be pretty cool to do anyway. Maybe we should start a club.

  • PenguinTD@lemmy.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    That era or design is long gone. like even PS2/GameCube have firmware to let you change settings/manage memory cards without game disk. With the variety of hardware you can connect means you need to separate the software layer that talking to hardware’s from the game, thus the operating system. You can turn on GBA for example without a cartridge, but it would kinda just stuck. That’s like the last boot to game device I am aware of.

    • kadu@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      You’re talking about machines designed to work like that. OP is talking specifically about the current community of software developers that are, for fun, releasing games like that in 2023 for X86 and ARM.

      There are versions of Tetris and other games designed to boot the system and start the game - no underlying operating system or anything else. It’s a challenge, and it’s fun.