search for: respectivelly

Displaying 14 results from an estimated 14 matches for "respectivelly".

Did you mean: respectively
2013 Jul 12
2
[PATCH 001/001] core/serial: Add support for serial output functions.
This patch adds support for serial output functions. It may be useful for debugging purposes since you can separate ordinary outputs from debugging dumps. Just add "serial.h", and use either serial_print or serial_puts as you would use printf and puts respectivelly. For QEMU, you only need to specify the option -serial stdio. If you use another VM, find how you can redirect the serial port to stdio. Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com> --- core/include/serial.h | 66 ++++++++++++++++++++++++ core/serial.c | 135 ++...
1999 Mar 02
2
Problem with Rterm.exe
I have downloaded rw0632 (Windows Version) from the CRAN at ETH Zuerich. Im working with NT4.0 Service Pack 4. I can start without any problems the GUI program Rgui.exe. But by using Rterm.exe (batch mode or with ESS respectivelly) I always get an error "the instruction at "0x10018ee8" referenced memory at ""......." Any ideas what is wrong? Best Regards Markus Huerzeler -- Dr. Markus Huerzeler Phone: +41 / 61 / 686 98 83 AICOS Technologies AG Fax: +41 / 61 / 686 98 88 Efringe...
2015 Dec 20
1
[PULL 0/8] MultiFS suppport for BIOS and EFI
.../pcacjr/syslinux.git/tree/core/include/multifs.h?h=multifs-for-upstream#n27 > * MULTIFS SYNTAX: > * (hd[disk number],[partition number])/path/to/file > * > * E.G.: (hd0,1)/dir/file means /dir/file at partition 1 of the disk 0. > * Disk and Partition numbering starts from 0 and 1 respectivelly. > */ > ... > > > # fdisk -l /dev/vdb | grep -w 83 > /dev/vdb2 2099200 4194303 2095104 1023M 83 Linux > # mount | grep vdb2 > /dev/vdb2 on /data type ext4 ... > # ls -1 /data > initramfs-4.4.0-0.rc5.git0.1.fc24.x86_64.img > lost+found > vmlinuz-4.4.0-0.r...
2013 Jul 12
0
[PATCH 001/001] core/serial: Add support for serial output functions.
...fixes an initialization issue. ----- This patch adds support for serial output functions. It may be useful for debugging purposes since you can separate ordinary outputs from debugging dumps. Just add "serial.h", and use either serial_print or serial_puts as you would use printf and puts respectivelly. For QEMU, you only need to specify the option -serial stdio. If you use another VM, find how you can redirect the serial port to stdio. Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com> --- core/include/serial.h | 66 +++++++++++++++++++++++ core/serial.c | 140 +++...
2015 Dec 20
0
[PULL 0/8] MultiFS suppport for BIOS and EFI
...ttp://git.zytor.com/users/pcacjr/syslinux.git/tree/core/include/multifs.h?h=multifs-for-upstream#n27 * MULTIFS SYNTAX: * (hd[disk number],[partition number])/path/to/file * * E.G.: (hd0,1)/dir/file means /dir/file at partition 1 of the disk 0. * Disk and Partition numbering starts from 0 and 1 respectivelly. */ ... # fdisk -l /dev/vdb | grep -w 83 /dev/vdb2 2099200 4194303 2095104 1023M 83 Linux # mount | grep vdb2 /dev/vdb2 on /data type ext4 ... # ls -1 /data initramfs-4.4.0-0.rc5.git0.1.fc24.x86_64.img lost+found vmlinuz-4.4.0-0.rc5.git0.1.fc24.x86_64 BOOT: find_all_partitions: failed to...
2013 Jul 12
0
[PATCH 001/001] core/serial: Add support for serial output functions.
...hael S.Carvalho wrote: > This patch adds support for serial output functions. > It may be useful for debugging purposes since you can separate ordinary outputs from debugging dumps. > Just add "serial.h", and use either serial_print or serial_puts as you would use printf and puts respectivelly. > > For QEMU, you only need to specify the option -serial stdio. > If you use another VM, find how you can redirect the serial port to stdio. > Hi, How does this differ from dprintf()? -hpa
2013 Jul 12
1
[PATCH 001/001] core/serial: Add support for serial output functions.
...lho wrote: >> This patch adds support for serial output functions. >> It may be useful for debugging purposes since you can separate ordinary outputs from debugging dumps. >> Just add "serial.h", and use either serial_print or serial_puts as you would use printf and puts respectivelly. >> >> For QEMU, you only need to specify the option -serial stdio. >> If you use another VM, find how you can redirect the serial port to stdio. >> > > Hi, > > How does this differ from dprintf()? > > -hpa > > Enabling dprintf, a bunch of in...
2006 Dec 08
2
1 file of 16000 always being updated
...cted to be, except for 1 single file, that is not changed (size or time) and is being transfered in all synchronization. The file is called JSPWiki.war, and is a java war file. I checked the size and times on both servers and they are exactly the same. Both servers are using Fecora Core (4 and 5 respectivelly) The command i'm using is: rsync -Cravz --bwlimit=2 --progress --partial --delete-excluded --files-from=/share/scripts/rsync.incluir / root@<server>:/rsync/server1 What should be causing this behaviour? Regards, Fabiano.
2013 Oct 18
1
[RFC/PATCH 2/3] core: MultiFS infrastructure added.
...lace - Suite 330, Boston, MA 02111-1307, USA. +*/ + +#ifndef MULTIFS_H +#define MULTIFS_H + +/* + * MULTIFS SYNTAX: + * (hd[disk number]:[partition number])/path/to/file + * + * E.G.: (hd0:1)/dir/file means /dir/file at partition 1 of the disk 0. + * Disk and Partition numbering starts from 0 and 1 respectivelly. + */ +#include "fs.h" + +/* + * root_fs means the file system where ldlinux.sys lives in. + * this_fs means the file system being currently used. + */ +extern struct fs_info *this_fs, *root_fs; + +/* + * Set this_fs back to root_fs, + * otherwise unexpected behavior may occurs. + */ +sta...
2014 May 29
0
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
...ense. + */ + +#include <stdio.h> +#include <dprintf.h> +#include <fs.h> +#include <disk.h> +#include <cache.h> +#include "ufs.h" + +/* + * Copy blk address into buffer, this was needed since UFS1/2 addr size + * in blk maps differs from each other (32/64 bits respectivelly). + */ +static inline uint64_t +get_blkaddr (const uint8_t *blk, uint32_t index, uint32_t shift) +{ + uint64_t addr = 0; + + memcpy((uint8_t *) &addr, + (uint8_t *) blk + (index << shift), + 1 << shift); + + return addr; +} + +/* + * Scan forward in a range of blocks...
2013 Jul 12
1
[PATCH 001/001] core/fs: Add support to Unix File system 1/2.
...ense. + */ + +#include <stdio.h> +#include <dprintf.h> +#include <fs.h> +#include <disk.h> +#include <cache.h> +#include "ufs.h" + +/* + * Copy blk address into buffer, this was needed since UFS1/2 addr size + * in blk maps differs from each other (32/64 bits respectivelly). + */ +static inline uint64_t +get_blkaddr (const uint8_t *blk, uint32_t index, uint32_t shift) +{ + uint64_t addr = 0; + + memcpy((uint8_t *) &addr, + (uint8_t *) blk + (index << shift), + 1 << shift); + + return addr; +} + +/* + * Scan forward in a range of blocks...
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not
2014 May 29
3
[PATCH 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com> Wrote the documentation below. I think it would be good to push the doc to the wiki as soon as the UFS support gets merged. Unix Fast File System (UFS/FFS) 1/2 on Syslinux - (usage/install) ----- There is a confusion about the name of this file system, then I decided to contact the author who replied: "The name has always been
2014 May 29
3
[PATCH v2 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com> Change since v1: * Fix bug on dentry structure (thank you specification; btw, sarcasm), and consequently a bug on ufs_readdir. * Add readlink support (applied tests for symlinks whose destionation path were stored in blk pointers and the file itself). * Several improvements. Wrote the documentation below. I think it would be good to