Use new libkernaux API

This commit is contained in:
Alex Kotov 2022-11-28 16:44:36 +04:00
parent 6c15d5355c
commit 5b72e959c5
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
static void poweroff()
{
kernaux_asm_i386_outportw(0x604, 0x2000);
kernaux_asm_x86_outportw(0x604, 0x2000);
}
void panic(const char *const s)