kernel_main.h 97 B

12345
  1. #pragma once
  2. #define MAKE_BREAK_POINT() asm volatile("xchgw %bx, %bx")
  3. void kernel_main(void);