Displaying 20 results from an estimated 400 matches similar to: "Syslinux malloc"
2004 Feb 02
10
SYSLINUX 2.09-pre2
This version contains a fix to mbr.asm, plus a version of Murali's menu
system, but ported to gcc. Although gcc produces much bigger 16-bit
code (since it's really 32-bit code with prefixes) I figured it would be
much easier for people to deal with since it requires the configuration
to be compiled in.
That being said, it's a *very* powerful menu system, partially *because*
2003 Nov 24
5
SYSLINUX 2.08-pre1 released
Working on fixing lower-priority bugs that I didn't want to risk
destabilizing the 2.07 release for:
Changes in 2.08:
* Add "timeoutcmd" to allow timeout to have a different action
than just pressing Enter.
* Fix bugs in the COMBOOT/COM32 command-line parsing. APPEND
now works with COMBOOT/COM32 images.
2006 Mar 01
3
Samples files for comboot and default
Hi
Does subject exist?
Is it possible to get MAC address, video card, RAM and the storage of a harddrive by using comboot? And can some one help me?
/Kenneth
2014 Nov 06
3
No thanks for breaking third-party applications
Hi *,
I was just debugging why TFTP booting did not work any more
on a system that had pxelinux.0 was updated.
?Since version 5.00, support for 16-bit COMBOOT modules has been
dropped, and c32 modules switched from the COM32 object format to ELF.?
Ugh. Well, updating the *.c32 files was enough to make the
Linux discless thingy work again. BUT!
The MirBSD bootloader actually took advantage of
2012 Sep 04
3
INT22h/000Dh
Hi,
I would like to use INT22h, function 000Dh, but I found that it is
disabled in vector table:
in core/comboot.inc:
int22_table:
[...]
dw comapi_err ; 000D clean up then bootstrap
[...]
The code of this function is present in this file (comapi_chainboot).
Why this function is disabled?
Regards
Piotr Romaniuk
PS
I am using syslinux-4.04.
2007 May 25
1
multiple comboot files?
Is there a way for isolinux/syslinux to execute a list of comboot files
immediately at startup, and only once?
I have a bunch of small comboot .com files that I want to batch run immediately,
then after that do a
DISPLAY boot.msg
similar in some ways to an autoexec.bat.
For example:
DEFAULT mycd
APPEND ramdisk_size=100000 init=/etc/init lang=us ....
TIMEOUT 300
ONSTARTUP mybatch <- ???
2005 Dec 19
3
problem with PXElinux and security of local LAN
Hi.
I want to use PXELinux to build a dynamic boot menu for a computer lab.
Sometimes, the machines need to be in Linux mode/Windows mode/allow
the option of Linux/Windows. I configured this all fine with PXELinux.
My problem is really one of security. Someone can plug in a laptop
with a DHCP server, and tftp server and fake a lab machine to boot into
any mode they desire, or even
2014 Dec 04
2
vesamenu back to text before booting
On Thu, 4 Dec 2014, Gene Cumm wrote:
> Ady has an excellent point. Try the following instead:
>
> LABEL test
> MENU LABEL test
> COM32 pxechn.c32
> APPEND pxebsd.0
Thanks, that works! How do I use that in the generic case?
The ?pxebsd.0? file can be called as?
? PXE loader
? COMBOOT (16-bit)
? DOS .COM
? Multiboot (although it switches back to 16-bit mode
2011 Jan 03
1
[PATCH] COM32R documentation: fix typo 'pm_cs'
Signed-off-by: Paul Bolle <pebolle at tiscali.nl>
---
doc/comboot.txt | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/comboot.txt b/doc/comboot.txt
index 4b4b880..04d5deb 100644
--- a/doc/comboot.txt
+++ b/doc/comboot.txt
@@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw version
++++ 32-BIT ONLY API CALLS ++++
-void
2011 Feb 16
1
[PATCH] [RESEND] COM32R documentation: fix typo 'pm_cs'
Signed-off-by: Paul Bolle <pebolle at tiscali.nl>
---
doc/comboot.txt | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/comboot.txt b/doc/comboot.txt
index 4b4b880..04d5deb 100644
--- a/doc/comboot.txt
+++ b/doc/comboot.txt
@@ -986,27 +986,27 @@ AX=0024h [3.80] Cleanup, shuffle and boot, raw version
++++ 32-BIT ONLY API CALLS ++++
-void
2007 Feb 23
1
Return to prompt after comboot execution
Hello,
Is is possible to run a comboot file before the boot message is displayed
and after its execution, display the boot message and prompt?
Regards,
Remko van der Vossen.
2014 Apr 23
2
*.c32 for efi64 and efi32?
Dear Syslinux developers,
I'd like to continue the discussion about this:
http://www.syslinux.org/archives/2014-February/021659.html
i.e. different directories for *.c32 files of BIOS, EFI32, and EFI64.
I am wondering why we can not have
*.c32 for the COMBOOT files of BIOS,
*.e32 for the COMBOOT files of EFI32
*.e64 for the COMBOOT files of EFI64
As now the ldlinux file of syslinux 6.0x has,
2003 Apr 16
1
Image remains too large
Hi,
I've read that Syslinux supports bzImage files now, but when I use
pxelinux (which I hope also supports it) with a bzImage, I get :
COMBOOT image too large
What can I do to fix this ?
Kind greetings,
Wim Godden
2004 May 14
2
ONTIMEOUT and menu
Maybe I missed something here.
What I want to happen is PXE boot on a timeout will boot to
the hard drive. But, what happens is my comboot menu, which is default,
loads right away and the ontimeout only happens when I escape out of
the menu.
My pxelinux.cfg/default:
default menu
timeout 100
ontimeout localboot
# The Main Menu
label menu
kernel mainmenu.com
append keeppxe
#
2004 Nov 23
2
comboot+PXE stack
Hi,
I need to add an additional feature to Murali's menu system: sending and
receiving UDP datagrams. I have no experiences with writing programs at such a
low level. Therefore, I need some help.
1) How to transfer IP address and other options from PXElinux to comboot?
2) I got PXE specification, ver. 2.1 (sept. 1999); can I follow it safely?
3) Is there an easy interface to use PXE stack
2014 Feb 13
2
SYSLINUX API call INT 22h/AX=0xC
Hi,
One of our customers uses INT 22h/AX=C to shut down UNDI interface. This interface is documented in http://www.syslinux.org/doc/comboot.txt. The excerpt is shown below:
AX=000Ch [2.00] Perform final cleanup
Input: AX 000Ch
DX derivative-specific flags (0000h = clean up all)
Output: None
Apparently, device is not shut down based on the description of
2003 Apr 04
5
syslinux on Windows to USB compactflash disk
Hi folks,
I'm trying to make a CompactFlash bootable with SYSLINUX. The hard part is
that I'm trying to run SYSLINUX on Windows 2000 and am attempting to write
to the compactflash that's plugged in via a USB reader/writer. Its not
working -- Windows complains about the 16-bit subsystem wanting direct
access to the drive.
So then is the problem SYSLINUX fighting with Windows or
2003 Nov 25
1
SYSLINUX 2.08-pre3 released
I just found a rather embarrassing bug in PXELINUX -- and what's worse
-- I wrote an email about it and killed it off accidentally :-/
It appears PXELINUX doesn't free its internal socket buffers (it has 32
of them) when it gets an error reply from the server, including "file
not found." This means it will eventually run out of sockets and "go
deaf." This
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
HAS_LOCALBOOT is set unconditionally in config.inc.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/core/comboot.inc b/core/comboot.inc
index 59db7ec..d6f670c 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -723,13 +723,9 @@ comapi_idle:
;
; INT 22h AX=0014h Local boot
;
-%if HAS_LOCALBOOT
comapi_localboot:
mov ax,P_DX
jmp local_boot
-%else
2008 Mar 22
1
Redirecting to the wiki
I'm going to make an experiment with redirecting the main webpage to the
wiki for a while. I hope to make this permanent. In order to make this
stick, I would *greatly* appreciate any help in spotting and fixing
stuff that is out of date.
Thanks!
-hpa