bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[task #6584] Improve Xen support


From: Samuel Thibault
Subject: [task #6584] Improve Xen support
Date: Thu, 08 May 2008 17:12:03 +0000
User-agent: w3m/0.5.2

Follow-up Comment #4, task #6584 (project hurd):

Note: Keir just drop non-PAE support in the 3.3 branch, so we are stuck
with 3.0-3.2 until we implement PAE

In addition to the list: supporting partitions: in the configuration
file, one can say "hda1" instead of "hda", which means that we are
supposed to create an hd0s1 device instead of just hd0. This is done by
interpreting the vbd number as follows:

  202 << 8 | disk << 4 | partition      xvd, disks and partitions up to 15
    8 << 8 | disk << 4 | partition      sd, disks and partitions up to 15
    3 << 8 | disk << 6 | partition      hd, disks 0..3, partitions 1..63

i.e. hda1 gets number 769.

Support for more than 15 disks is not decided yet, will maybe just look
like 

  1 << 28 | disk << 8 | partition       xvd, disks or partitions 16 onwards


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?6584>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]