Displaying 20 results from an estimated 300 matches similar to: "(no subject)"
2010 May 19
4
(no subject)
Need some assistance, I have a firewall I am trying to reinstall the os,
on, and I have no idea how to do it, they sent me syslinux, but I have
no idea what kernel to use, or really how to install it using syslinux.
Please, any help will be appreciated.
Scott Latta
Network Administrator
Techsupport Supervisor
Nexity Bank
A+, NET+, MCP
205-298-6482
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
>
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)
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
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 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
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
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]
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
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
2001 Jul 11
1
how to set up a Vorbis server
Hi--
I'd like to stream Vorbis files from an OpenBSD 2.8 box.
I followed the instructions at http://i.cantcode.com/~jack/icecast.html
(via http://www.xiph.org/ogg/vorbis/index.html), and ran aground during
the compilation of .../icecast/src/source.c. It needs
/usr/include/ogg/{ogg,os_types,config_types}.h; /usr/include/ogg doesn't
exist. I gather the directory and files
2004 Aug 06
1
streaming vorbis files from an openbsd box
> > 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.
>
> try the newest plugin and/or jorbis.
It turned out the audio files I had grabbed from the Net for
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)
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
2016 Jan 19
0
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 MB SPI or parallel NOR flash chip
can contain some minimalist Linux distribution)
- which chip do you plan to flash to, motherboard BIOS
or option ROM?
Also, ROMOS comes without a license, so you'll
have to contact the author for commercial usage.
On other hand, ROMDSK is GPLed, and you
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 :) ).
>
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 Mar 01
0
(2.3.5) removing validations
(sorry for misposting this to rubyonrails-core earlier)
Today I tried to remove (actually overwrite) a validation from a model,
from within a plugin.
This was the original validation:
validates_length_of :login, :maximum => 30
This was the only code I could come up with to replace it:
def self.included(base)
base.class_eval do
@validate_callbacks.delete_if { |callback|
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
2004 Nov 20
0
Creating vignette pdf on Windows
On page 11 of the Extensions manual it says that "R CMD build will
automatically create PDF versions of the vignettes for distribution"
however, I have not been successful on Windows 2.0.1 beta.
I tried creating a simple package by entering the code in
the ?package.skeleton example then adding the Rnw file from
the utils package to AnExample\inst\doc but when I ran
R CMD build
it