mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:48:11 +00:00
Some refactor and style tweaks.
This commit is contained in:
parent
03a8357e84
commit
6304c771dd
7 changed files with 103 additions and 113 deletions
|
@ -414,7 +414,7 @@ void idt_init()
|
|||
flushIDT();
|
||||
}
|
||||
|
||||
void loadTaskRegister(WORD selector)
|
||||
void load_task_register(WORD selector)
|
||||
{
|
||||
asm("ltr %0"::"r"(selector));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue