c running

This commit is contained in:
nub31
2025-08-22 22:32:04 +02:00
parent 05442d0725
commit a67d249f49
4 changed files with 22 additions and 8 deletions

View File

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