Nucleus
Barry Exiting interrupt context on clone() child 571b85e (3 years, 3 months ago).section .multiboot, "a" .global header header: .long 0x1BADB002 .long 1 | 2 | 4 .long -(0x1BADB002 + (1 | 2 | 4)) .long 0, 0, 0, 0, 0 .long 0, 1280, 1024, 32 .section .bss, "aw", @nobits .global stackTop stackBottom: .skip 16384 stackTop: .section .text .extern kmain .global _start _start: mov $stackTop, %ebp mov %ebp, %esp push %ebx call kmain cli _end: hlt jmp _end