From 639c3d47b09114628f8e1f8817c27c10bf1fb28c Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 18 Aug 2018 16:20:26 +0200 Subject: reviving old drivers: mouse, pci, e1000 --- userspace/crt0.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'userspace/crt0.S') diff --git a/userspace/crt0.S b/userspace/crt0.S index 87f1995..30b56a9 100644 --- a/userspace/crt0.S +++ b/userspace/crt0.S @@ -6,7 +6,8 @@ pop %eax mov %eax, environ pop %eax -#mov %eax, _impure_ptr +# mov %eax, _impure_ptr # TODO: use this ! + call main push environ @@ -14,6 +15,7 @@ push %eax call _exit2 # this should never be reached anyway! + .wait: hlt jmp .wait -- cgit v1.2.3