main.c 85 B

12345678
  1. //
  2. // Created by longjin on 2022/1/20.
  3. //
  4. void Start_Kernel(void)
  5. {
  6. while(1);
  7. }