.gdbinit 98 B

1234
  1. target remote localhost:1234
  2. file bin/kernel/kernel.elf
  3. set follow-fork-mode child
  4. b Start_Kernel