1 2 3 4 5
namespace teachos::arch::kernel::cpu { auto set_interrupt_flag() -> void { asm volatile("sti"); } } // namespace teachos::arch::kernel::cpu