index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Arch
/
x86
/
DescriptorTable.h
Age
Commit message (
Expand
)
Author
2022-01-04
Kernel: Use enum instead of magic numbers for GDT descriptor types
Idan Horowitz
2021-12-28
Kernel: Reorder the 64-bit GDT a bit
Owen Smith
2021-12-01
Kernel: Add an x86 include check+error in x86/DescriptorTable.h
James Mintram
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-09-05
Kernel: Switch static_asserts of a type size to AK::AssertSize
Brian Gianforcaro
2021-06-28
Kernel: Fix GDT and segment selectors to make userland work on x86_64
Gunnar Beutner
2021-06-27
Kernel: Add support for interrupts on x86_64
Gunnar Beutner
2021-06-26
Kernel: Correct spelling mistake
Gunnar Beutner
2021-06-26
Kernel: Add support for setting up a x86_64 GDT once in C++ land
Gunnar Beutner
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel: Make IDT Entries their one struct
Hendiadyoin1
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1