Add a comment

This commit is contained in:
Pierre Pronchery 2019-04-24 00:42:29 +02:00
parent 20b295dc2a
commit 9f0d413acd

View File

@ -53,6 +53,7 @@ _start:
mov $stack_top, %esp mov $stack_top, %esp
xor %ebp, %ebp xor %ebp, %ebp
/* save %eax to detect multiboot */
push %eax push %eax
/* reset EFLAGS */ /* reset EFLAGS */