Skip to content

v0.1.0-ALPHA - The implemented stuff work!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Vild Vild released this 29 May 23:03
· 327 commits to master since this release

This release contains:

  • A BGA graphics driver - For drawing pixel per pixel colors to the screen (Screen resolution is locked to 1280x720)
  • Custom TTY Font rendering
  • Rendering of BMP images in the TTY
  • QEMU & VirtualBox Support
  • Memory Manager
  • Virtual File System
  • A Initrd that is connected to the VFS
  • Multithreading
  • Tons of more druntime types and functions.

QEMU run command: qemu-system-x86_64 -cdrom PowerNex.iso -m 128 -monitor stdio -no-reboot
Virtualbox setting: Select Other/Unknown (64-bit) as the OS type and version.