diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-18 01:31:03 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-18 01:31:03 +0000 |
| commit | 606b7dc226cb51077c016a8ea5fa862ac6ce1db4 (patch) | |
| tree | 06188c7da4d7ce3ba53aba3ebf8be3a98665aed1 /.gdbinit | |
| parent | 67d43fd64099a8ce51ad107e6f27bbdc6a52d852 (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-- | .gdbinit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
