Displaying 4 results from an estimated 4 matches for "1,188".
Did you mean:
1,184
2007 Apr 18
4
[RFC, PATCH 3/24] i386 Vmi interface definition
Master definition of VMI interface, including calls, constants, and
interface version.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.16-rc5/include/asm-i386/mach-vmi/paravirtualInterface.h
===================================================================
--- linux-2.6.16-rc5.orig/include/asm-i386/mach-vmi/paravirtualInterface.h 2006-03-08 10:08:45.000000000 -0800
+++ linux-2.6.16-rc5/include/asm-i386/mach-vmi/paravirtualInterfac...
2007 Apr 18
4
[RFC, PATCH 3/24] i386 Vmi interface definition
Master definition of VMI interface, including calls, constants, and
interface version.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.16-rc5/include/asm-i386/mach-vmi/paravirtualInterface.h
===================================================================
--- linux-2.6.16-rc5.orig/include/asm-i386/mach-vmi/paravirtualInterface.h 2006-03-08 10:08:45.000000000 -0800
+++ linux-2.6.16-rc5/include/asm-i386/mach-vmi/paravirtualInterfac...
2007 Jul 30
0
[PATCH][1/4][IOMGR] I/O request Manager body
...les and
* starting/stopping virtual block devices(threads).
And, iomgr provides the total number of pending requests in blkback and blktap.
--------------------------------------------------
Satoshi UCHIDA
NEC Corporation, Japan
# HG changeset patch
# User s-uchida@ap.jp.nec.com
# Date 1184302359 -32400
# Node ID aee77a9230c1b19873e60761d080af517bbfb189
# Parent e64625df946b81ac1a5f8be7c5d0ae2aad618d7c
[IOMGR] Add I/O request management framework.
This is body for I/O request management.
Signed-by-off Satoshi UCHIDA <s-uchida@ap.jp.nec.com>
diff -r e64625df946b -r aee...
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
...9;t had the time to get around to it.
I have spent the past few days making enhancements to memdisk that allow
one to unload diskless memdisk+FreeDOS and boot from a local boot device.
Another way to look at it is that it chain-loads from diskless FreeDOS to
a local boot device.
The phases are:
1. pxelinux -> memdisk -> FreeDOS
2. Run an arbitrary set of FreeDOS commands, optionally using UNDI
3. Boot from a local device.
I have the code up and running, and it seems to be robust.
I have tested in on VMware machines as well as actual hardware, with final
'target' operating sy...