Skip to content

Build OS v0.1.6

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:27
· 37 commits to main since this release
Update README and Makefile for improved clarity and functionality

- Added a new section in the README to specify compatible versions of the ViOS toolchain components, enhancing user guidance.
- Included version badges for Libc, Binutils, and ViOS to improve visibility of component versions.
- Modified the Makefile for the c_print program to include the crt0.o object file, ensuring proper assembly and linking of the program.
- Updated the clean target in the Makefile to remove the newly added crt0.o object file, maintaining a clean build environment.