Displaying 20 results from an estimated 1000 matches similar to: "ROSH: bug or feature"
2009 Mar 06
4
rosh patch
Hey Guys,
Below is a patch for the com32/rosh/rosh.c from tonights syslinx git.
The patch does the following:
1) changes the rosh_issp to use an if instead of a case for this simple
test.
2) changes the rosh_dir_arg function to move the readdir() to inside the
while test.
This will let me go through my APUE book.
Let me know if you have any questions.
Keith
--- rosh.orig 2009-03-05
2009 Mar 07
3
rosh patch V2
Here is a second version of my patch from last night.
It uses the provided ctype function isspace and does the same readdir().
I remove the rosh_issp() function. I admit to being a bit liberal with my
use of braces and spaces.
We all of the habit of knowing we can invent a more perfect wheel.
Let me know if you have any questions.
Keith
-------------- next part --------------
A non-text
2010 Jun 18
1
ROSH: Status
Just a status update on my progress with ROSH: I now have it able to
compile as a COM32 and Linux ELF on the pathbased branch. The main
reason I am using the Linux ELF is to test and compile a little easier
and faster. At this point, it's approaching a stable, usable state.
However, it depends on some changes to libutil, the main COM32
library, and the Syslinux core. I think I have the
2009 Aug 16
1
Chainc.32 missing some \n one error messages
I got the following message with chain.c32
=====================
Loader file too largeBoot:
=====================
Like you can see, there should be a new line after 'large'.
I guess that some other error messages, will result in the same behavior.
Gert Hulselmans
$ diff -u com32/modules/chain.c.old com32/modules/chain.c.new
--- com32/modules/chain.c.old 2009-08-17
2010 Jun 27
1
[PATCH] ROSH: Upgraded
Without further adieu, I would like to announce that I've finally
pushed ROSH, the Read-Only SHell, finally to the point of being
reasonably usable.
From: Gene Cumm <gene.cumm at gmail.com>
Patch ROSH for Syslinux-4 and make it much more usable.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
diff --git a/com32/rosh/rosh.c b/com32/rosh/rosh.c
index 511fdff..bf1176f
2007 May 16
6
Keyboard change
Hello,
it''s not the first time but ... Who know?
Well, I use xen in HVM. All works fine, my keyboard in Dom0 is AZERTY, but
this keyboard become QWERTY when i enter in VM, it''s not useful to type
password.
How can i keep my keyboard AZERTY in my VM and in Dom0?
--
Benjamin HENRION
Elève de 4eme année de l'' EXIA (Nancy)
Ecole supérieure d''informatique
Spé
2010 Jun 28
0
ROSH attachments
Here's the two files.
--
-Gene
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rosh.c
Type: text/x-c
Size: 27913 bytes
Desc: not available
URL: <http://www.zytor.com/pipermail/syslinux/attachments/20100627/df26979e/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rosh.h
Type: text/x-chdr
Size: 6027
2009 Sep 29
0
Chainc.32 missing some \n one error messages
From: Kim Mik <kimmik999999 at yahoo.co.uk>
To: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>
Sent: Tuesday, 29 September, 2009 22:21:39
Subject: Re: [syslinux] Chainc.32 missing some \n one error messages
> From: Kim Mik <kimmik999999 at yahoo.co.uk>
> To: syslinux at zytor.com
> Sent: Monday, 17 August, 2009 1:30:04
> Subject: [syslinux] Chainc.32
2009 Mar 05
0
[PATCH 5/5] COM32/rosh: Improvements
From: Gene Cumm <gene.cumm at gmail.com>
COM32/rosh: Improvements; ls acts more like ls with -l -i and -F being
understood; Lots of code clean up and user assistance.
Clean up the MCONFIG file; Clean up the code to get it to pass
checkpatch.pl (aside from confusion on multi-line strings); Add a
little more in the error function to recognize different errors;
Signed-off-by: Gene Cumm
2007 Dec 28
1
How can I change the language back to english?
I have reset my windows and re-installed R (I explicitly asked for english)
and although the windows XP version is in english I am having R display in
french. like:
"R est un logiciel libre livr? sans AUCUNE GARANTIE.
Vous pouvez le redistribuer sous certaines conditions.
Tapez 'license()' ou 'licence()' pour plus de d?tails.
R est un projet collaboratif avec de nombreux
2010 Jul 08
0
ROSH: Updated
I finally have a nice branch that should merge cleanly against the
master head without unnecessary cruft.
git://gnx.ath.cx/syslinux.git
The branch, 'rosh_for_hpa', contains the updates. At the moment, I've
fixed more's pagination and overflow on large screens. It also shows
some version information about the operating environment and build
environment. I've also made some
2009 Feb 28
1
Thank you and patch line length
Peter, looking back at recent commits, I noticed that you updated
doc/comboot.txt to reflect that the new COMBOOT calls for directories
are officially to be included into version 3.74. Thank you and I hope
that this functionality provides benefit for others.
I also noticed that a part of that commit was to rework the line
length. What is your preferred line length within the documentation
and
2015 Feb 10
1
Missing make dependencies?
I'm seeing some sporadic build failures with 'make -j4'. The failures are:
make[4]: *** No rule to make target 'hello.c32', needed by 'all'. Stop.
I've only seen the failures with com32/samples/hello.c32 and com32/rosh/rosh.c32.
I'm not a make expert, but I think it's due to missing dependencies. This patch
seems to fix my failures, but I'm
2010 Mar 27
1
Syslinux-4/libutil: console_ansi_std()
Well, I decided to get ROSH back out and try to get it functioning in
Syslinux-4. As has been my habit, I first recompiled the Linux binary
and tried it out. In the beginning of ROSH, it calls
console_ansi_std(). When I was working on this in the past, using
this function ensured both the Linux and the Syslinux/COM32 binaries
function similarly.
When using fgets() to get an input string in the
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com>
This series includes a patch (PATCH 1/6) that I sent previously but I
thought it was worth sending it again since the rest of the series
depends on it, and it also gives a bit of context.
These cleanups make it simpler to do the big switchover to ELF modules
on the elflink branch because the libraries in $LIBS are now contained
in one
2008 Nov 20
5
File size limit in 2Gb
Hi all,
I mounted by smbmount a partition on a winNT machine without problem... but
when i tried to copy a file whitch have size more than 2 Gb i have the
following error : Overflow size allowed for a file (translated from
french ;-) :D?bordement de la taille permise pour un fichier )
PS. the file system of the harde drive is NTFS
PS. The command of smbmount : /usr/sbin/smbmount
2014 Mar 02
1
stat() (was: pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding)
On Sun, Mar 2, 2014 at 3:53 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>> And an official stat() implementation would be very useful. After
>> inventing mine, I noticed rosh also invented its own...
#include <sys/stat.h>
int stat(const char *path, struct stat *buf);
I invented my own in rosh after not having one in the libraries based
on what I thought was the most
2014 Jan 18
4
Makefiles: includes and rule prerequisites
1) mk/syslinux.mk runs a shell to make a temp file gcc_ok.$$$$.tmp
(perhaps in the wrong directory) while several Makefiles have an
include rule for *.tmp which I believe is causing some occasional
parallel build issues.
make[3]: Entering directory `/home/gene/s/g/bios/memdump'
gcc_ok.6333.tmp:1: warning: NUL character seen; rest of line ignored
gcc_ok.6333.tmp:1: *** missing separator.
2018 Sep 08
2
CentOS 7 on Macbook Pro : keyboard mapping problem
Hi,
Some time ago I installed CentOS 7 on an older MacBook Pro for a client,
since she couldn't install a more recent version of Mac OS X on it.
The installation was a bit of an adventure, and I wrote a little article
about it:
https://blog.microlinux.fr/centos-7-macbook-pro/
I made this installation about a year ago, and the only thing I changed
since then is replacing Xfce by GNOME.
I
2010 Jan 09
2
chain.c32 add grldr= command for Grub4dos
$ git log -p
commit d8c5e94803fa01f0d52475a50b69681ad3135700
Author: Gert Hulselmans <kimmik999999 at yahoo.co.uk>
Date: Sat Jan 9 15:30:49 2010 +0100
chain.c32: Add grldr= command for Grub4dos
grldr of Grub4dos wants the partition number in DH:
0xff: whole drive
0-3: primary partitions
4-*: logical partitions
diff --git a/com32/modules/chain.c