commit | aed6ff3a05cc293637b875dc1e5ccd41b1466044 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat May 29 17:51:04 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat May 29 17:51:04 2021 -0700 |
tree | a4af94c5268628a7488ac9b1b9fa2f8c842d65db | |
parent | 77eb1474aebd0f7b8a7f834830f1a3868bf41e5c [diff] [blame] |
Begin task refactor Store state using interrupt stack instead. Looks like `int 0x80` doesn't work though, which is odd.
diff --git a/src/kernel/Jmk b/src/kernel/Jmk index 8300fd8..0ae3053 100644 --- a/src/kernel/Jmk +++ b/src/kernel/Jmk
@@ -44,6 +44,7 @@ syscall.o \ task.o \ task_api.o \ + faults.o \ lib(ata_pio) \ lib(pci)