~arsen/frello

Frello, world!
13 days ago

NRK via public-inbox

a month ago
 ________________
< Frello, world! >
 ----------------
     \
      \
       ("`-'  '-/") .___..--' ' "`-._
         ` *_ *  )    `-.   ( MB2  ) .`-.__. `)
         (_Y_.) ' ._   )   `._` ;  `` -. .-'
      _.. `--'_..-_/   /--' _ .' ,4
   ( i l ),-''  ( l i),'  ( ( ! .-'
(courtesy of cowsay -f kitty)

Frello is a freestanding hello world, made for testing g++ and libstdc++
changes.  It doesn't do much.

Requirements:
  - autoconf
  - automake
  - g++ 13 (possibly with a patch to remove -lm)
    Specifically, Frello only runs on i686-elf right now (since architecture
    support misses the point).
  - grub-mkrescue with xorriso (optional, for ISO generation)

Frello builds into a single Multiboot2 compliant ELF.  You can build this ELF
into an ISO if you have grub-mkrescue installed via `make boot.iso'.  Doing
this requires that your filesystem has hardlink support.

[ The Frello repository currently isn't considered stable, and is open to      ]
[ frequent rebasing and/or amending.  This notice will be removed when that is ]
[ not the case, if ever.                                                       ]