feat: some clean up and validation of multiboot header
This commit is contained in:
@@ -78,7 +78,9 @@ _start:
|
||||
mov $stack_top, %esp
|
||||
|
||||
// store multiboot on stack
|
||||
pushl %ebx
|
||||
pushl 0
|
||||
pushl %eax // MB code
|
||||
pushl %ebx // MB structure
|
||||
|
||||
/*
|
||||
This is a good place to initialize crucial processor state before the
|
||||
|
||||
Reference in New Issue
Block a user