Skip to content

Instantly share code, notes, and snippets.

@EmilienMottet
Created June 26, 2018 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmilienMottet/02b1f829e3bba2724fea7b3be0889c93 to your computer and use it in GitHub Desktop.
Save EmilienMottet/02b1f829e3bba2724fea7b3be0889c93 to your computer and use it in GitHub Desktop.
.gdbinit / ensimag projet système
file kernel/kernel.bin
add-symbol-file user/user.debug 0x1000000 #adress user beginning
target remote | exec qemu-system-i386 -S -gdb stdio -kernel kernel/kernel.bin
dir kernel
dir user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment