Changes between Version 10 and Version 11 of Reading/XenG/cuda


Ignore:
Timestamp:
May 4, 2009, 4:47:37 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reading/XenG/cuda

    v10 v11  
    2424rider@cloud:~$ sudo vim /etc/xen-tools/xen-tools.conf [[BR]]
    2525{{{
     26#!sh
    2627dir = /home
    2728install-method = debootstrap
     
    6768rider@cloud:~$ sudo vim /etc/xen/nvidia.cfg [[BR]]
    6869{{{
     70#!sh
    6971kernel      = '/boot/vmlinuz-2.6.22.9'
    7072ramdisk     = '/boot/initrd.img-2.6.22.9'
     
    122124rider@cloud:~$ sudo vim /etc/xen/xend-pci-permissive.sxp [[BR]]
    123125{{{
     126#!sh
    124127(unconstrained_dev_ids
    125128     #('0123:4567:89AB:CDEF')
     
    132135rider@cloud:~$ sudo vim /etc/xen/xend-pci-quirks.sxp [[BR]]
    133136{{{
     137#!sh
    134138(pci_ids
    135139   # Entries are formated as follows: 
     
    150154root@nvidia:~# vim /etc/sudoers [[BR]]
    151155{{{
     156#!sh
    152157username    ALL=(ALL) ALL
    153158}}}