mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-21 13:56:53 -08:00
16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
# Set the architecture
|
|
set architecture i386
|
|
|
|
# Set the target executable
|
|
file kernel
|
|
|
|
# Set the symbol file
|
|
symbol-file kernel
|
|
|
|
# Set the debugging options
|
|
set disassembly-flavor intel
|
|
set disassemble-next-line on
|
|
set print pretty on
|
|
|
|
# Set breakpoints
|
|
break main |