Creating an Operating System: Difference between revisions

m
[unchecked revision][unchecked revision]
No edit summary
Line 37:
 
=== Terminal Support ===
{{Main|printfFormatted Printing}}
 
You will often need to debug your operating system. Your very best friend is a printf function that is able to print strings and integers to the screen onto a terminal-like buffer. It is crucial to add a printf function to your kernel early on as you will certainly need it later for debugging.
Anonymous user