qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "William Pearson" <wil.pearson@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Modding an Arch
Date: Sun, 20 Jan 2008 00:03:56 +0000	[thread overview]
Message-ID: <ab5bcc90801191603o66816642vc378e08f96c4798d@mail.gmail.com> (raw)

I'm hoping to do some research on a slightly odd form of resource
allocation in an arch. Not sure which yet, hoping for some advise. My
only real world assembler practice has been 68K (a while ago), but I
have coded in my own assembler before on another homebrew very limited
odd VM.

I'm going to be changing these things, whilst keeping the rest constant,

 - how IRQs are assigned to handlers
 - how memory is protected
 - boot sequence
 - security levels
 - what the bios does when it finds devices
 - possibly adding a few instructions to the arch to facillitate the above
 - Paging in some fashion (might be removed)

These will be added

 - security in interactions with a special persistant memory (hard
disk alike) which will be what is booted
 - a device handled by the arch (rather than software)

My goal is to get a demo that works up quickly-ish (a year or two
while learning the arch, doing research and writing a very minimal
demo OS probably in asm), but can also be extended nicely into a
proper working system sometime down the line. I don't care about
backwards compatibility. But easy porting tools across would be nice.

So my questions are,

1) Is qemu a sensible thing to do this in.
2) If so which arch should I mod
3) What should I look at apart from stuff referenced in this thread

http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00157.html

Feel free to message me off-list if you want details of the arch, they
are a bit raw still though, as I'm still in the process of figuring
them out.

 Will Pearson

             reply	other threads:[~2008-01-20  0:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-20  0:03 William Pearson [this message]
2008-01-20  9:24 ` [Qemu-devel] Modding an Arch Blue Swirl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ab5bcc90801191603o66816642vc378e08f96c4798d@mail.gmail.com \
    --to=wil.pearson@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).