diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-06-20 22:33:33 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-06-20 22:33:33 +0200 |
commit | 3e3b91314fbdb9cead42b46ca8a0b5affcd7253a (patch) | |
tree | 865538b37bbed04334b4dc3c139f5c966b6ec770 /microkernel | |
parent | afaff371705fe58039019842f8a74dea5dc45cd9 (diff) |
microkernel/mach/gnumach/ports: Port to a paravirtualized environment first?
Diffstat (limited to 'microkernel')
-rw-r--r-- | microkernel/mach/gnumach/ports.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/microkernel/mach/gnumach/ports.mdwn b/microkernel/mach/gnumach/ports.mdwn index e7fdb446..2d9bc311 100644 --- a/microkernel/mach/gnumach/ports.mdwn +++ b/microkernel/mach/gnumach/ports.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2012 Free Software +[[!meta copyright="Copyright © 2007, 2008, 2009, 2011, 2012, 2013 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -27,3 +27,8 @@ License|/fdl]]."]]"""]] * MIPS. Status completely unknown. * [[open_issues/Mach_on_Top_of_POSIX]]. Status unknown. + +When starting a port for a new architecture, it might make sense to first +target a [[!wikipedie desc=paravirtualized Paravirtualization]] environment, +that already abstracts away some of the different hardware implementations' +quirks. |