Releases: prochazkaml/MichalOS
Releases · prochazkaml/MichalOS
MichalOS 1.2
- minor code changes
- fixed the clock in the upper-right corner
- CHARVID.APP: EGA 80x25 16-color text renderer
MichalOS 1.1
- fixed the Linux build scripts
- added Windows build scripts
MichalOS 1.0
- a few minor changes to the code
- documented "michalos.inc" for easier software development
MichalOS 1.0 Beta 2
- Build Script: now copies all .BMP files onto the floppy image
- Image Viewer: added support for 640x480 24-bit BMP images (<1000kB, so they still fit on a floppy)
- Image Viewer: checks if there is enough RAM to load the picture
- Updated the sample PCX images
- new system call: os_report_free_space - returns the amount of free sectors on disk into AX
- new system call: os_string_add - add a string on top of another string
- File Manager: Disk info now displays free space
- a few cosmetic changes
MichalOS 1.0 Beta
Initial release