progress on all fronts
[com32] / src / startup.asm
index bc033e2..d18c368 100644 (file)
@@ -21,7 +21,7 @@ startup:
        rep stosd
 .nobss:
 
-       mov ebp, 12345678h
+       xor ebp, ebp    ; terminate backtraces
        call main
        cli     ; XXX