GDT.cpp
|
Kernel: GDT tss selector is now 16 bit value
|
2023-05-06 17:34:22 +03:00 |
IDT.cpp
|
Kernel: ISRs now print pid and tid
|
2023-05-06 00:10:15 +03:00 |
SpinLock.S
|
Kernel: Fix spinlock unlocking in x86_64
|
2023-03-08 02:41:44 +02:00 |
Thread.S
|
Kernel: We can create basic userspace processes
|
2023-04-12 17:52:36 +03:00 |
crti.S
|
Kernel: Finally managed to get 64-bit working
|
2023-01-25 19:19:28 +02:00 |
crtn.S
|
Kernel: Finally managed to get 64-bit working
|
2023-01-25 19:19:28 +02:00 |
interrupts.S
|
Kernel: Don't call 'cli' on interrupt
|
2023-04-21 11:18:08 +03:00 |