Displaying 14 results from an estimated 14 matches for "respectivelli".
Did you mean:
respectivelly
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
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
2015 Dec 20
1
[PULL 0/8] MultiFS suppport for BIOS and EFI
On 20.12.2015 09:55, poma wrote:
> ...
>
> Syslinux MultiFS test:
>
> - QEMU/KVM SeaBIOS: PASSED
> - Bare-metal BIOS: FAILED [1]
> - OVMF: FAILED [2]
> - Bare-metal UEFI: not tested
>
>
> [1] stalled:
> Loading (hd3,2)/vmlinuz-4.3.2-200.fc22.x86_64...
>
>
> [2] "failed: No such file or directory"
>
>
2013 Jul 12
0
[PATCH 001/001] core/serial: Add support for serial output functions.
[PATCH 001/001 v2] core/serial: Add support for serial output functions.
Second version 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
2015 Dec 20
0
[PULL 0/8] MultiFS suppport for BIOS and EFI
...
Syslinux MultiFS test:
- QEMU/KVM SeaBIOS: PASSED
- Bare-metal BIOS: FAILED [1]
- OVMF: FAILED [2]
- Bare-metal UEFI: not tested
[1] stalled:
Loading (hd3,2)/vmlinuz-4.3.2-200.fc22.x86_64...
[2] "failed: No such file or directory"
http://git.zytor.com/users/pcacjr/syslinux.git/tree/core/include/multifs.h?h=multifs-for-upstream#n27
* MULTIFS SYNTAX:
* (hd[disk
2013 Jul 12
0
[PATCH 001/001] core/serial: Add support for serial output functions.
On 07/11/2013 10:16 PM, Raphael 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
2013 Jul 12
1
[PATCH 001/001] core/serial: Add support for serial output functions.
On Fri, Jul 12, 2013 at 2:21 AM, H. Peter Anvin <hpa at zytor.com> wrote:
> On 07/11/2013 10:16 PM, Raphael 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
2006 Dec 08
2
1 file of 16000 always being updated
Hi all!
I'm trying rsync synchronizing some directories with about 16.000 files.
After the first synchronization, the others are transfering just the
changed files, as it is expected 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
2013 Oct 18
1
[RFC/PATCH 2/3] core: MultiFS infrastructure added.
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
MULTIFS SYNTAX:
(hd[disk number]:[partition number])/path/to/file
The meaning of this_fs was changed to improve the flexibility of the support.
Now, this_fs means the file system being currently used.
root_fs was created to save the context of the main file system (where ldlinux.sys lives in).
get_fs_info is a function pointer that
2014 May 29
0
[PATCH 2/2] core/fs: Add support for Unix File system 1/2.
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
It's already loading modules successfully, booting Linux, and both
UFS version 1 and 2 seem to be working correctly.
Signed-off-by: Raphael S. Carvalho <raphael.scarv at gmail.com>
---
core/fs/ufs/bmap.c | 202 ++++++++++++++++++++++++++
core/fs/ufs/ufs.c | 404 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2013 Jul 12
1
[PATCH 001/001] core/fs: Add support to Unix File system 1/2.
It's already loading modules successfully, and both UFS version 1 and 2
seems to be working correctly.
Special thanks to Paulo Alcantara and Matt Fleming for being always ready to help me
and give feedback.
Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com>
---
core/fs/ufs/bmap.c | 202 ++++++++++++++++++++++++++
core/fs/ufs/ufs.c | 404
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