This commit is contained in:
nub31
2025-08-22 22:36:17 +02:00
parent a67d249f49
commit 67ef8be1ce
4 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,5 @@
int main(void)
{
*(char*)0xb8000 = 'A';
*(char*)0xb8001 = 'B';
return 0;
}