first interrupt handler + setup IDT

This commit is contained in:
2025-02-22 01:06:55 +00:00
parent cb77883f4c
commit 1b313c67e0
8 changed files with 502 additions and 64 deletions
Generated
+13 -11
View File
@@ -2,6 +2,19 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "FoundryOS"
version = "0.1.0"
dependencies = [
"cc",
"lib_ascii",
"lib_framebuffer",
"lib_serial",
"limine",
"spin",
"x86_64",
]
[[package]]
name = "autocfg"
version = "1.4.0"
@@ -29,17 +42,6 @@ dependencies = [
"shlex",
]
[[package]]
name = "kernel"
version = "0.1.0"
dependencies = [
"cc",
"lib_ascii",
"lib_framebuffer",
"lib_serial",
"limine",
]
[[package]]
name = "lazy_static"
version = "1.5.0"