summaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-04 00:53:30 +0200
committerMiguel <m.i@gmx.at>2018-10-04 00:53:30 +0200
commitce16fe524c14ccaae67fb634105da5aef08ead48 (patch)
tree03990f29389bd4c55f40b804b809c7060c24c739 /interface
parenta455cd5af26bf8731e7c981a9421b16ab34dae6f (diff)
moving framebuffer access completely to userspace
Diffstat (limited to 'interface')
-rw-r--r--interface/crt0.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/crt0.s b/interface/crt0.s
index 26ad47c..dedc86c 100644
--- a/interface/crt0.s
+++ b/interface/crt0.s
@@ -19,10 +19,10 @@ jne copy
pop %ecx
pop %ebx
-# environment adress was passed on stack
-
movl $0xf5000000, _impure_ptr
+# environment adress was passed on stack
+
pop %eax
mov %eax, environ