Page 1 of 1

So, from nothing, QEMU and other things stopped.

Posted: Fri Nov 24, 2017 3:17 pm
by AwfulMint
I'm disapointed, really. I rebuild all compilers, reinstall qemu. but nothing. Try compile code in verbose, no errors. I don't know what I need to do.

I create files from Bare Bones (ctrl+c, ctrl+v) to test, and nothing.
I'll attach the files. Plz help me again m8s ;-;

Re: So, from nothing, QEMU and other things stopped.

Posted: Fri Nov 24, 2017 5:29 pm
by MichaelPetch
First obvious thing is:

Code: Select all

.set MAGIC, 0x1B4DB002
The 4 needs to be an A. Should be

Code: Select all

.set MAGIC, 0x1BADB002

Re: So, from nothing, QEMU and other things stopped.

Posted: Fri Nov 24, 2017 5:33 pm
by AwfulMint
So f0cking d4mn jerk I am. :P :P :P :P

Re: So, from nothing, QEMU and other things stopped.

Posted: Sat Nov 25, 2017 2:48 am
by zesterer
I think this thread sums up my entire experience of OS development so far.

Re: So, from nothing, QEMU and other things stopped.

Posted: Sat Nov 25, 2017 4:01 am
by gungomanj
zesterer wrote:I think this thread sums up my entire experience of OS development so far.
LOL right on, I've gone thru the whole Aarch64 TRM, papers, sheets, qemu code etc to find an address to write input to until I found out the address for input is the same one for output on the UART. I'll never forget that facepalm moment.