Displaying 7 results from an estimated 7 matches for "santoso".
Did you mean:
santos
2011 May 19
2
Separating boot results
...0.9 2343.41 19683.87 6.099788 10.23007
which is closer, but I cannot parse this variable enough to get the 6.10 and
10.23 out since apparently strsplit doesn't allow splitting on spaces.
Any help would be greatly appreciated!
Best Regards & Thank You in Advance
Patrick
--
Patrick Santoso
University of New Hampshire
[[alternative HTML version deleted]]
2007 Feb 06
2
newbie
Hello.. i'am a new member here. I'am interested in using wine.. does wine compatible with centos 4.3 i386 and x86_64.. what the deferences between wine and cross over... ?
Thank You
Cahyo
________________________________________________________
Kunjungi halaman depan Yahoo! Indonesia yang baru!
http://id.yahoo.com/
-------------- next part --------------
An HTML attachment was
2015 Jul 07
0
I can read/write in virtio BLK Device, but I can't run a hello world program in it
On Tue, 7 Jul 2015 10:52:01 +0900
Ganis Zulfa Santoso <ganis.zulfa at gmail.com> wrote:
> Hi Linux Virtualization Mailing List Members,
>
> I am trying to develop a driver for virtio blk device in guest.
Why don't you simply use the driver that is already available in the
kernel?
> I can safely mount the virtual blk device wi...
2005 Aug 20
0
Where in the wiki to put the WEBrick info?
I have taken the WEBrick tutorial written by Yohanes Santoso and writen
it up in HTML to be put in the docs wiki. The problem is where to put
it? I am not familiar with the indexing that is in place.
Also this is under the GNU docs license but I thing that having the 6
pages of license in the wiki is a waste of space. Does it suffice to
just place the s...
2015 Jul 07
2
I can read/write in virtio BLK Device, but I can't run a hello world program in it
Hi Linux Virtualization Mailing List Members,
I am trying to develop a driver for virtio blk device in guest. I can safely mount the virtual blk device with: mount /dev/vda /mnt/
in /mnt/ I can read & write the device. But when I run a simple hello world program in /mnt/root/, this error happens:
root at linux_guest:/mnt/root# ./helloworld_static
[ 23.003459] CPU: 0 PID: 491 Comm:
2015 Jul 07
2
I can read/write in virtio BLK Device, but I can't run a hello world program in it
Hi Linux Virtualization Mailing List Members,
I am trying to develop a driver for virtio blk device in guest. I can safely mount the virtual blk device with: mount /dev/vda /mnt/
in /mnt/ I can read & write the device. But when I run a simple hello world program in /mnt/root/, this error happens:
root at linux_guest:/mnt/root# ./helloworld_static
[ 23.003459] CPU: 0 PID: 491 Comm:
2015 Jul 07
0
I can read/write in virtio BLK Device, but I can't run a hello world program in it
> Thomas Huth <huth at tuxfamily.org> wrote:
>
> Why don't you simply use the driver that is already available in the
> kernel?
I am using a custom hypervisor, the available driver is not suitable for it.
>
> Have you already verified that you can successfully read the _right_
> data from your block device? I.e. something like
>
> mount /dev/xxx /mnt
>