Displaying 4 results from an estimated 4 matches for "5,64".
Did you mean:
5,6
2007 Aug 15
0
[git patch] fstype support + minor stuff
...fstype: add gfs2 support
the diffstat is
.gitignore | 2
usr/dash/.gitignore | 17 ++++++
usr/gzip/.gitignore | 3 +
usr/kinit/.gitignore | 3 +
usr/kinit/fstype/ext3_fs.h | 4 +
usr/kinit/fstype/fstype.c | 51 ++++++++++++++++++
usr/kinit/fstype/gfs2_fs.h | 56 ++++++++++++++++++++
usr/kinit/fstype/reiser4_fs.h | 2
usr/kinit/fstype/squashfs_fs.h | 41 ++++++++++++++
usr/klibc/.gitignore | 9 +++
usr/klibc/Kbuild | 109 ++++++++++++++++++++-------------...
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
43
[RFC PATCH 00/35] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths
2007 Apr 18
33
[RFC PATCH 00/33] Xen i386 paravirtualization support
Unlike full virtualization in which the virtual machine provides
the same platform interface as running natively on the hardware,
paravirtualization requires modification to the guest operating system
to work with the platform interface provided by the hypervisor.
Xen was designed with performance in mind. Calls to the hypervisor
are minimized, batched if necessary, and non-critical codepaths