-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDL blank window #40
Comments
Hi sorry to revive such an old post but did you manage to find a solution to this? |
I haven't tried since, I could try fairly soon (I'm using a completely different distribution + WM) so maybe it'd work, but I have no idea... |
Well, now it doesn't even compile anymore:
And I'm too lazy to fix it xD |
ok so aparently i was loading the rooms wrong.... i loaded the os just fine but I loaded the program on 0xC0000 instead of 0xC000 |
I compiled both
demo.asm
andostext.asm
, and I used this command to load them into the emulator:./bin/emu -l demo 0xC000 -l ostext 0 -m kb -m screen -r realtime
However, the SDL window is blank:
You can see the output of the terminal, the files are being correctly loaded and there are no errors. I'm not sure what's causing this, I just built with
make
, and I had all dependencies installed (at least make did not throw any error).The text was updated successfully, but these errors were encountered: