@@ -0,0 +1,6 @@
#include <io.h>
int io_remap(int region) {
*(unsigned char*)IO_REMAP = region;
return (*(unsigned char*)IO_REMAP == region);
}
The note is not visible to the blocked user.