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 ;-;
So, from nothing, QEMU and other things stopped.
So, from nothing, QEMU and other things stopped.
- Attachments
-
- kernel.rar
- (2.58 KiB) Downloaded 46 times
OS Development is awesome!
|AetherOS Project|
|AetherOS Project|
-
- Member
- Posts: 799
- Joined: Fri Aug 26, 2016 1:41 pm
- Libera.chat IRC: mpetch
Re: So, from nothing, QEMU and other things stopped.
First obvious thing is: The 4 needs to be an A. Should be
Code: Select all
.set MAGIC, 0x1B4DB002
Code: Select all
.set MAGIC, 0x1BADB002
Re: So, from nothing, QEMU and other things stopped.
So f0cking d4mn jerk I am.
OS Development is awesome!
|AetherOS Project|
|AetherOS Project|
- zesterer
- Member
- Posts: 59
- Joined: Mon Feb 22, 2016 4:40 am
- Libera.chat IRC: zesterer
- Location: United Kingdom
- Contact:
Re: So, from nothing, QEMU and other things stopped.
I think this thread sums up my entire experience of OS development so far.
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
http://zesterer.homenet.org/projects.shtml
Re: So, from nothing, QEMU and other things stopped.
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.zesterer wrote:I think this thread sums up my entire experience of OS development so far.