| Operating System
    | 
used by kernel.c a header for kernel file. why not read the source directly? More...
Go to the source code of this file.
| Functions | |
| __asm__ (".globl _start\) | |
| __asm__ ("_start:\) | |
| __asm__ ("mov $0, %eax\) | |
| __asm__ ("mov %ax, %ds\) | |
| __asm__ ("mov %ax, %es\) | |
| __asm__ ("jmpl $0, $main\) | |
used by kernel.c a header for kernel file. why not read the source directly?
Definition in file kernel.h.
| __asm__ | ( | ".globl _start\ | ) | 
| __asm__ | ( | "_start:\ | ) | 
| __asm__ | ( | "mov | $0, | 
| %eax\ | |||
| ) | 
| __asm__ | ( | "mov % | ax, | 
| %ds\ | |||
| ) | 
| __asm__ | ( | "mov % | ax, | 
| %es\ | |||
| ) | 
| __asm__ | ( | "jmpl | $0, | 
| $main\ | |||
| ) | 
 1.8.15
 1.8.15