diff options
| -rw-r--r-- | kernel.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ kmain: call cls ; clear console push 0 ; home the cursor call setcursor + add sp, 2 push banner call puts |
![]() |
index : gh_mirror/jhunkeler/minos.git | |
| x86 Real Mode OS |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | kernel.asm | 1 |
@@ -34,6 +34,7 @@ kmain: call cls ; clear console push 0 ; home the cursor call setcursor + add sp, 2 push banner call puts |