OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Apr 16, 2024 2:33 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: So, from nothing, QEMU and other things stopped.
PostPosted: Fri Nov 24, 2017 3:17 pm 
Offline
Member
Member

Joined: Wed Nov 01, 2017 7:41 pm
Posts: 35
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 ;-;


Attachments:
kernel.rar [2.58 KiB]
Downloaded 14 times

_________________
OS Development is awesome!

|AetherOS Project|
Top
 Profile  
 
 Post subject: Re: So, from nothing, QEMU and other things stopped.
PostPosted: Fri Nov 24, 2017 5:29 pm 
Offline
Member
Member

Joined: Fri Aug 26, 2016 1:41 pm
Posts: 692
First obvious thing is:
Code:
.set MAGIC, 0x1B4DB002
The 4 needs to be an A. Should be
Code:
.set MAGIC, 0x1BADB002


Top
 Profile  
 
 Post subject: Re: So, from nothing, QEMU and other things stopped.
PostPosted: Fri Nov 24, 2017 5:33 pm 
Offline
Member
Member

Joined: Wed Nov 01, 2017 7:41 pm
Posts: 35
So f0cking d4mn jerk I am. :P :P :P :P

_________________
OS Development is awesome!

|AetherOS Project|


Top
 Profile  
 
 Post subject: Re: So, from nothing, QEMU and other things stopped.
PostPosted: Sat Nov 25, 2017 2:48 am 
Offline
Member
Member
User avatar

Joined: Mon Feb 22, 2016 4:40 am
Posts: 59
Location: United Kingdom
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


Top
 Profile  
 
 Post subject: Re: So, from nothing, QEMU and other things stopped.
PostPosted: Sat Nov 25, 2017 4:01 am 
Offline
Member
Member

Joined: Sun Apr 23, 2017 4:41 am
Posts: 28
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.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 448 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group