cs-pub-ro / operating-systems

Teaching resources (OER) for Operating Systems
https://cs-pub-ro.github.io/operating-systems/
Other
7 stars 55 forks source link

chapters/software-stack: Add solution for `main_printf.c` #102

Closed teodutu closed 1 month ago

teodutu commented 1 month ago

Prerequisite Checklist

Description of changes

The solution now has the complete solution with comments both for puthcar_() and for using sprintf() + write() instead of printf().