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
+3 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "kernel"
name = "FoundryOS"
version = "0.1.0"
edition = "2021"
@@ -8,6 +8,8 @@ limine = "0.3.1"
lib_framebuffer = { path = "../lib/lib_framebuffer" }
lib_serial = { path = "../lib/lib_serial" }
lib_ascii = { path = "../lib/lib_ascii" }
x86_64 = "0.15.2"
spin = "0.9.8"
[build-dependencies]
cc = "1.2.14"