Displaying 20 results from an estimated 200 matches similar to: "(no subject)"
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
2016 Jan 15
1
Embedding com32 modules and ldlinux.sys into one file
Google search
freedos rom
found two source-available implementations:
https://web.archive.org/web/20050104085311/http://rayer.wz.cz/romos/romose.htm
https://web.archive.org/web/20040806022202/http://linux.tu-varna.acad.bg/~lig/romdsk/
On 15 January 2016 at 13:43, Sergii Kolisnyk <kolkmail at gmail.com> wrote:
> As for BIOS, there are single-sector base memory (real mode) memdisk
>
2016 Jan 14
4
Embedding com32 modules and ldlinux.sys into one file
On 01/13/16 00:13, Tal Lubko via Syslinux wrote:
>
> OK. I'll try that.
> Any thoughts regarding the requirement to store the bootloader inside the BIOS chip?
>
That is fundamentally up to your BIOS. The best is to expose the
bootloader in the BIOS as a (readonly) disk drive using standard BIOS or
EFI interfaces.
-hpa
2013 Jan 17
3
The DOS installer problem
I am now convinced the problem is really trivial to solve. The problem
is that ldlinux.c32 is too big, but we already know that stripping the
modules gets them down to a reasonable size:
430318 ldlinux.c32
114376 ldlinux.c32
It would also be nice to support LZO or gzip compressed modules:
66798 ldlinux.c32.lzo
61513 ldlinux.c32.gzip
... which would really take care of the problem.
But
2008 Sep 02
2
SDI support works correctly (sdi.c32)
Hi,
As I have not seen any confirmation yet on the list,
I just wanted to let you know that sdi.c32 works fine here,
at least as fine as my initial syslinux-2.11 asm patch.
I only use XPe SDI images with the following structure
(of course PART blob size can vary):
Type Offset Size Base Address Attr
---- ------------------- -------------------
2008 Aug 21
2
failed when boot the kernel image on the hard disk from syslinux on a floppy
After formatting a floppy to MSDOS format and using syslinux /dev/fd0,
I successfully installed ldlinux.sys to the root directory of the
floppy.
Then I created a syslinux.cfg under the root directtory of this floppy
to load the linux kernel in my first hard disk, 3rd partition, boot
folder. The file system
of this partition is ext3. The floppy has a FAT file system. This config
file is listed
2016 Jan 19
7
Embedding com32 modules and ldlinux.sys into one file
> -----Original Message-----
> From: H. Peter Anvin [mailto:hpa at zytor.com]
> Sent: Friday, January 15, 2016 8:41 PM
> To: Tal Lubko; 'Celelibi'
> Cc: 'For discussion of Syslinux and tftp-hpa'
> Subject: Re: [syslinux] Embedding com32 modules and ldlinux.sys into
> one file
>
> On 01/14/2016 02:50 PM, H. Peter Anvin via Syslinux wrote:
> > On
2004 Aug 06
4
streaming vorbis files from an openbsd box
Hi--
I've installed icecast2 and ices2 on an OpenBSD box. It all
seems sane from the server side, but when I try to listen to my stream
from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a
win98se box, nothing plays. Nothing is appended to the ices2 log, and
the following is appended to the icescast2 log (when I terminate
icecast2):
***
[2001-08-02 22:05:16]
2016 Jan 19
1
Embedding com32 modules and ldlinux.sys into one file
> -----Original Message-----
> From: Sergii Kolisnyk [mailto:kolkmail at gmail.com]
> Sent: Tuesday, January 19, 2016 2:35 PM
> To: Syslinux
> Cc: Tal Lubko
> Subject: Re: [syslinux] Embedding com32 modules and ldlinux.sys into
> one file
>
> Hi, Tal,
>
> could you answer to 2 questions:
> - what is amount of ROM you're intending to use?
> (actually 8
2010 Mar 17
1
question about multinom function (nnet)
Dear All.
I have the following table that I want to analyze using multinom
function
freq segments sample
4271 Seg1 tumour
4311 Seg2 tumour
3515 Seg1 normal
3561 Seg2 normal
I want to compare model with both factors to the one where only sample
is present.
model1=multinom(freq~segments+sample,data=table)
model2=multinom(freq~ sample,data=table)
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi, Nicolas
Indeed, I did not have ant installed and installing it allowed me to
overcome the previous error. However the next one appeared. I have ran make
with ENABLE_OPTIMIZED=1 VERBOSE=1 and here is the output (the last part of
it)
make[2]: Entering directory `/home/svozniuk/llvm/vmkit/mmtk/java'
/usr/bin/ant -buildfile /home/svozniuk/llvm/vmkit/mmtk/java/build.xml
Buildfile:
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi Sergii,
I think there is a problem in your configure command for VMKit. If you look
at what you provide for glibj:
--with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2
I don't think it's right. You should change it to:
--with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2/lib/glibj.zip
Also please make sure that you have created the links for the
2009 Feb 20
1
lm and aov produce different results for nested fixed-factor anova
Dear R users,
I have trouble obtaining the same results for nested Anova with two fixed factors when using lm and aov functions.
The formulas are:
> e1=aov(y~x/z)
> e2=lm(y~x/z)
summary(e1)
Df Sum Sq Mean Sq F value Pr(>F)
x 47 260.0 5.5 18.0088 < 2.2e-16 ***
x:z 195 169.6 0.9 2.8318 < 2.2e-16 ***
Residuals 14425
2008 Aug 22
1
failed when boot the kernel image on the harddisk from syslinux on a floppy
Thanks for responses.
I use GRUB as my bootloader in my hard disk now. I have a Windows in
sda1, Ubuntu in sda3.
If I want to install extlinux to boot Ubuntu, should I follow the steps
below?
1. in Ubuntu, go to extlinux folder, run command
./extlinux --install /boot
2. create an extlinux.conf in/boot
3. cd ../mbr
4. cat mbr.bin > /dev/sda (or use dd if=mbr.bin of=/dev/sda bs=404
count=1)
2000 Jul 31
1
any metadata stream documentation at all?
Hi--
Is there any documentation at all on how to use metadata streams? In
particular, I'm wondering if it's possible to have a metadata stream
which is synchronized with an audio stream (e.g., a slide show).
thanks,
-C
--
Craig Latta
composer and computer scientist
craig.latta@netjam.org
www.netjam.org
crl@watson.ibm.com
Smalltalkers do: [:it | All with: Class, (And
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi everyone
I wasn't successful in running VMKit on my machine and I'm still struggling
with doing it.
Maybe someone had at least one of my problems and knows how to solve it
(because it seems to me that I ran into every problem that could occur :) ).
Thanks in advance,
Sergii.
So here is the story:
I have a fresh installation of Ubuntu 11.04 64bit with all important
updates.
I'll
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi Sergii,
On Tue, Oct 25, 2011 at 1:15 PM, Vozniuk, Sergii <sergii.vozniuk at epfl.ch>wrote:
> Hi everyone
>
> I wasn't successful in running VMKit on my machine and I'm still struggling
> with doing it.
> Maybe someone had at least one of my problems and knows how to solve it
> (because it seems to me that I ran into every problem that could occur :) ).
>
2007 Jun 27
3
Lots of controllers, one page.
I have a site with a complex database and about 10 models. The main
page of the site has around 5 tables/models bringing data in, so
conceptually it seems like I should use a controller on each model.
Is there a way to render multiple controllers on a page or am I going
about this the wrong way. I''d like to keep the size of my controllers
down so writing the entire application in one
2009 Aug 26
1
increasing significant digits in smooth.spline function
Hello All
I have a very long vector of unique predictor values and 6 significant
digits setting for the smooth.spline rounds them off. Is there any way
of increasing the significant digits withour recompiling a lot if code
(simple editing and tham sourcing of "smooth.spline.r" function does not
work, probably due to presence of Fortan functional calls)?
Thank you very much in advance
2007 Jun 25
2
passing parameters from rhtml to rjs
I need some parameters to go from my rhtml to my rjs. Anyone know how
to do this?
--
Amos King
A. King Software Development and Consulting, L.C.
http://dirtyInformation.com
--
Looking for something to do? Visit http://ImThere.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.