kern

diff src/test_proc.S @ 69:b45e2d5f0ae1

ok I *think* i've fixed it now
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 12 Oct 2011 14:39:40 +0300
parents 39188bbe8638
children c7bd6ec7b946
line diff
     1.1 --- a/src/test_proc.S	Mon Oct 10 04:16:01 2011 +0300
     1.2 +++ b/src/test_proc.S	Wed Oct 12 14:39:40 2011 +0300
     1.3 @@ -8,6 +8,8 @@
     1.4  	movl $SYS_FORK, %eax
     1.5  	int $SYSCALL_INT
     1.6  
     1.7 +	push %eax
     1.8 +
     1.9  infloop:
    1.10  	/* --- print a message --- */
    1.11  	movl $SYS_HELLO, %eax