kornos/kernel/src/arch/x86/bochs.c

4 lines
63 B
C

void breakpoint() {
__asm__ volatile ("xchgw %bx, %bx");
}