Fixing a bunch of broken stuff including the looping bootloader boot.asm

This commit is contained in:
2023-10-10 01:12:56 -07:00
parent 4b0bd4d133
commit ad28352c29
13 changed files with 219 additions and 85 deletions

View File

@@ -4,6 +4,16 @@ set architecture i386
# Set the disassembly flavor
set disassembly-flavor intel
set disassemble-next-line
set pagination enable
set print address
set logging enable
set logging file gdb.log
# Set the prompt
set prompt (gdb)
@@ -16,10 +26,10 @@ set history size 1000
set solib-search-path .
# Set the default directory
cd /path/to/project
d /home/user/Documents/ClassicOS
# Set the default target
file kernel
file ClassicOS/build/kernel
# Set the symbol file
symbol-file kernel