D Bare Bones II: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
(Created page with "{{TutorialExplain}} {{BeginnersWarning}} {{Rating|1}}{{Template:Kernel designs}} In this Tutorial, we will continue to write the kernel in D, making a basic output to the cons...")
 
No edit summary
Line 91:
 
// Creating variables to indicate the cursor position.
// All global dynamic variables need to be marked with the shared flag, because there is no TLS in our kernel
shared int xpos = 0;
shared int ypos = 0;
Anonymous user