summaryrefslogtreecommitdiff
path: root/.gdbinit
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-18 01:31:03 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-18 01:31:03 +0000
commit606b7dc226cb51077c016a8ea5fa862ac6ce1db4 (patch)
tree06188c7da4d7ce3ba53aba3ebf8be3a98665aed1 /.gdbinit
parent67d43fd64099a8ce51ad107e6f27bbdc6a52d852 (diff)
bug fixes
- needed an atomic_load() when getting the count in pic8253_nanoseconds_elapsed() - i was deleting half the bits of the outgoing task's stack in cpu_task.S (oops) - updated .gdbint. TODO: automate laoding section offsets correctly
Diffstat (limited to '.gdbinit')
-rw-r--r--.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gdbinit b/.gdbinit
index 9faf2b9..7fc534d 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1,3 +1,3 @@
target remote localhost:1234
-add-symbol-file kc/core/kernel.os 0xffffffff80001000 -s .data 0xffffffff80005000
+add-symbol-file kc/core/kernel.os 0xffffffff80001000 -s .data 0xffffffff80006000