]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commit
Changed the interrupt code: now only enables the first 32 vectors, and enable_interru...
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Sun, 5 Jun 2022 17:30:22 +0000 (19:30 +0200)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Sun, 5 Jun 2022 17:30:22 +0000 (19:30 +0200)
commit2d8aa23a67fa41b21ebf020ccea4c4129af95fc8
tree4cf5fbe5c8dba5cd2da0e7d7e6a88d7b51df6bb6
parentd0e269cf9c7e41f4c3b5f16e824dd39980959538
Changed the interrupt code: now only enables the first 32 vectors, and enable_interrupts now takes the ISRs as arguments instead of hardcoding them
src/interrupts.S
src/interrupts.cpp
src/interrupts.hpp
src/kernel.cpp