Color support

This commit is contained in:
Alex
2022-10-11 00:46:51 +03:00
parent f7e316bdcb
commit 9c00c5ec4b
5 changed files with 43 additions and 4 deletions

View File

@ -20,4 +20,9 @@ namespace Interrupts
#elif defined(__aarch64__)
#endif
}
void Enable()
{
}
}