This release marks the fact that doom runs on SnowflakeOS.
Changes since v0.6:
- doom port, 775e887...92e21ab
- working
stdout
, inheritance of file descriptors, f426ba0 b87ceb7 - functional calc app by @the-grue, cfd2883
- made the build system correctly lazy a446324 3130676
- clang-format support, 5b729d3
- added MIT licence 39c0d60
- paint: functional save button, can load images by starting paint with
paint image.rgb width height
, 312c7c4 - new system calls:
rename
,stat
, 4098fd2 b5a6f09 - port stb_sprintf for better
printf
andsprintf
-like functions, 3b55ee5 - don't require
snow_
functions when using the ui library, 8e4b48f
The iso can be run in QEMU with qemu-system-x86_64 -cdrom SnowflakeOS-v0.7.iso
.