Saturday, November 25, 2023

Fedora 32 Workstation installation screen capture

Just an itch, wanted to see how Fedora 32 Workstation looks like.
For other versions see here.

No comments:

Hello world assembly on x86 Linux

Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...