x32 still not working (TODO: do 1:1 page mapping, except for kernel)

This commit is contained in:
Alex
2022-10-18 21:16:12 +03:00
parent 348aa69dcb
commit cb349ae620
15 changed files with 480 additions and 94 deletions

View File

@ -39,7 +39,7 @@ namespace UniversalAsynchronousReceiverTransmitter
{
static int once = 0;
if (!once++)
warn("Serial port %#lx is faulty.", Port);
warn("Serial port %#llx is faulty.", Port);
// serialports[Port] = false; // ignore for now
// return;
}