You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement basic functionality of the following functions to be used in the kernel for logging and debugging purposes:
printf, snprintf, sprintf, vprintf
putc, putchar
puts
Stream-oriented versions (such as fprintf) are out of scope until file I/O capabilities are implemented. As a result, the concepts of stdout and stderr will not be applicable and will not be implemented for now.
For now, the functions listed above should output all strings to the serial port and the VGA text buffer.
Depends on #25
Implement basic functionality of the following functions to be used in the kernel for logging and debugging purposes:
printf
,snprintf
,sprintf
,vprintf
putc
,putchar
puts
Stream-oriented versions (such as
fprintf
) are out of scope until file I/O capabilities are implemented. As a result, the concepts ofstdout
andstderr
will not be applicable and will not be implemented for now.For now, the functions listed above should output all strings to the serial port and the VGA text buffer.
Future considerations:
The text was updated successfully, but these errors were encountered: