About emexOS
emexOS is a graphical hobby operating system written in "C" by emex and all its contributors
It's designed with the mind of customization and simplicity,
it runs on both UEFI/BIOS on x86_64
What's new in emexOS 26JE.0-7.2835
- fully switched into userspace
- added a desktop system e3
- added a login app
- added a sysinfo app
- added a shell/temrinal
- added a file manager (not really working)
- ported tinyGL and added the tinyGL gears app
- added a own libc
- added many useful libs
How to run emexOS?
The ISO can be booted from CD on a computer using BIOS or UEFI, it can also be runned from a Virtual-Machine like Bochs, QEMU, or VirtualBox. Here's a quick way to do it with QEMU:
qemu-system-x86_64 -m 512 -cdrom emexOS.isoBut please make sure you installed qemu on your system before running, otherwise it will not work!
you can also use this, to enable printf:
qemu-system-x86_64 -m 512 -cdrom emexOS.iso -serial stdio 2>&1
this will show you debug informations and everything that gets printed in emexOS itself