Files
bsb2/kernel/arch/tss.cc
2025-12-01 20:18:54 +01:00

8 lines
71 B
C++

#include "tss.h"
TSS::Entry mytss;
void init (){
//asm("ltr");
}