kern

diff src/main.c @ 12:eaec918de072

- fixed the scrolling issue - other minor crap
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 22 Feb 2011 18:51:44 +0200
parents b11a86695493
children 6c9138a87e02
line diff
     1.1 --- a/src/main.c	Sat Feb 19 04:41:51 2011 +0200
     1.2 +++ b/src/main.c	Tue Feb 22 18:51:44 2011 +0200
     1.3 @@ -46,6 +46,8 @@
     1.4  	set_text_color(LTGRAY);
     1.5  	puts("hello world!");
     1.6  
     1.7 +	asm volatile("int $0x80");
     1.8 +
     1.9  	for(;;) {
    1.10  		char c, keypress;
    1.11  		do {