search for: comboot32

Displaying 20 results from an estimated 23 matches for "comboot32".

Did you mean: comboot
2012 May 06
3
The Com32 Binary
Hi all, I need the Com32 binary so I can use it on my project. Or, maybe anyone can make the COM32 library as a single API file so I can easly call it after my .c32 is running?
2016 Feb 25
4
Module Versioning
Suppose...: - For non-releases: "git" + We take the first 6 chars of git commit - For releases: "ver" + major + "." + minor - For tar-balls: Something clever, maybe involving the date ...that we embed such a version in Syslinux core and in all OS programs and modules. Maybe even with some nearby magic so that a "whichver" command can examine and answer.
2016 Jan 12
4
Embedding com32 modules and ldlinux.sys into one file
...single-file requirement, someone might be able to make an alternative suggestion that you haven't thought of. The BIOS- and disk-based Syslinux bootstrapping actually often has a filesystem-specific piece of code that lives in the filesystem's meta-data, as well as the primary file and COMBOOT32 modules that you are thinking of. Because of that first piece, it's not really possible to have this kind of Syslinux as a single file. But if you were to share a few more details, perhaps you're thinking of a PXE environment or a CD environment or a new filesystem or...? Are you abl...
2016 Mar 10
0
Module Versioning
...t, Ady's recent question is: If Syslinux' module-loader > encounters a module without version-info, do we: > - Reject and return > - Warn and continue > - Hope for the best and continue > > ? I'm still interested in feedback about this. boot: some.c32 Warning: COMBOOT32 module version unknown Hello from some.c32 boot: another.c32 Warning: COMBOOT32 module version mismatch I'm another c32 boot: website.c32 Shao Miller https://www.synthetel.com
2010 Oct 13
3
[syslinux:disklib] disklib: make CHS calculation match core/fs/diskio.c
On 10/13/2010 08:36 AM, syslinux-bot for Michal Soltys wrote: > Commit-ID: 9c8db7560e2dc83d1191bb2f90b4d4d0ae3d37d6 > Gitweb: http://syslinux.zytor.com/commit/9c8db7560e2dc83d1191bb2f90b4d4d0ae3d37d6 > Author: Michal Soltys <soltys at ziu.info> > AuthorDate: Wed, 13 Oct 2010 10:57:36 +0200 > Committer: Michal Soltys <soltys at ziu.info> > CommitDate: Wed, 13
2010 Jun 12
1
[PATCH] ifcpuXX: Support multiple parameters with labels
Even though Doug's out of the office, I'm submitting a patch to the ifcpu[|64].c32 COMBOOT32 modules for testing. Also available for perusal with a web browser at: http://git.zytor.com/?p=users/sha0/syslinux.git;a=commitdiff;h=cc70d0fa5 5e35fabf250f4dccbaed2fa44f56da7 - Shao Miller --- >From cc70d0fa55e35fabf250f4dccbaed2fa44f56da7 Mon Sep 17 00:00:00 2001 From: Shao M...
2016 Jan 13
3
Embedding com32 modules and ldlinux.sys into one file
...e able to make an >> alternative suggestion that you haven't thought of. >> >> The BIOS- and disk-based Syslinux bootstrapping actually often has a >> filesystem-specific piece of code that lives in the filesystem's >> meta-data, as well as the primary file and COMBOOT32 modules that >> you are thinking of. Because of that first piece, it's not really >> possible to have this kind of Syslinux as a single file. >> >> But if you were to share a few more details, perhaps you're thinking >> of a PXE environment or a CD environment...
2012 Oct 26
2
[PATCH] 4 Patches for initrd+= and initrdfile= Options
Attached are 4 patches against Syslinux 4.06 providing two new options for the linux.c32 ComBoot32 module. If we are shifting gears towards 4.10 or 5 any time soon, feel free to let me know and I'll attempt to apply the patches to those and to deal with any conflicts. You can merge these commits onto your 4.06 from my 'multi_initrd' branch at: git://git.zytor.com/users/sha0/sysl...
2010 Jun 30
2
[PATCH] chain.c32: add menu support to grub loader
Allow the grub loader to (optionally) support using a GRUB menu file. For example chain fs grub=stage2,grub.conf will load GRUB's stage2 and pass the (absolute) path to the file "grub.conf" in the Syslinux filesystem to GRUB's stage2. The path is passed to stage2 in GRUB's device/partition syntax (eg, "(hd0,1)/foo"). Note that we don't check whether the
2012 Oct 03
1
[PATCH] pxedump.c32: Simple PXE cached packet dumping
...dation, Inc., 53 Temple Place Ste 330, + * Boston MA 02111-1307, USA; either version 2 of the License, or + * (at your option) any later version; incorporated herein by reference. + * + * ------------------------------------------------------------------------- */ + +/* + * pxedump.c + * + * A comboot32 module for use with Syslinux' PXELINUX. + * Dump PXE cached packets. Mostly useful with a serial connection + */ + +#include <stddef.h> +#include <stdlib.h> +#include <stdio.h> +#include <string.h> +#include <ctype.h> +#include <consoles.h> +#include <sys...
2016 Jan 12
0
Embedding com32 modules and ldlinux.sys into one file
...nt, someone might be able to make an > alternative suggestion that you haven't thought of. > > The BIOS- and disk-based Syslinux bootstrapping actually often has a > filesystem-specific piece of code that lives in the filesystem's > meta-data, as well as the primary file and COMBOOT32 modules that > you are thinking of. Because of that first piece, it's not really > possible to have this kind of Syslinux as a single file. > > But if you were to share a few more details, perhaps you're thinking > of a PXE environment or a CD environment or a new filesyste...
2016 Jan 13
0
Embedding com32 modules and ldlinux.sys into one file
...t;> alternative suggestion that you haven't thought of. > >> > >> The BIOS- and disk-based Syslinux bootstrapping actually often has a > >> filesystem-specific piece of code that lives in the filesystem's > >> meta-data, as well as the primary file and COMBOOT32 modules that > you > >> are thinking of. Because of that first piece, it's not really > >> possible to have this kind of Syslinux as a single file. > >> > >> But if you were to share a few more details, perhaps you're thinking > >> of a PXE e...
2010 Feb 24
1
ISOLINUX 3.85 chain.c32 issue
Hi all, I have a similar issue with Thomas Mieslinger mentioned in the previous mail. The difference is here isolinux is used instead of gpxelinux.0. I use isolinux 3.85, and "chain.c32 hd0" to boot the local Debian Lenny Linux on VMWare workstation 6.5, it fails. If I replace it with isolinux 3.84, it works. Hope this report helps. Steven. -- Steven Shiau <steven _at_ nchc org
2010 Mar 11
0
EXPERIMENTAL: memdisk.c32
Good day to all, For anyone who feels adventurous, there is an experimental memdisk.c32 COMBOOT32 module[1] now outside of the official Syslinux development efforts, which appears to be functional for a few test cases, but should be considered UNSTABLE. It is a work-in-progress, so please do not report bugs for it at this time. It's for use with Syslinux 3.85, specifically. It was to...
2010 Mar 16
2
Mac OSX Leopard
People, I installed Mac OS Leopard in my old computer. Installed perfect, but I want to use pxelinux to choose boot to Mac OS. I have options to linux and windows in pxelinux options. How can I use to boot Mac OS Leopard? Samuel Rios Carvalho
2010 Mar 26
0
Availability of a variable of the TFTP server IPaddressto be used in pxelinux.cfg/default
Good day again Michael, You might potentially be interested in linux.c32, as well. Whether you use IPAPPEND or linux.c32, either way I believe that you have to customize the distro to make use of the passed parameters. If you take a look at syslinux/com32/modules/linux.c, you will see that this COMBOOT32 module accepts "-dhcpinfo" as an argument. The behaviour here is that linux.c32 will dynamically append a "dhcpinfo.dat" file to the initramfs. Like /proc/cmdline, you can then access this information from the Linux' startup processes. LABEL foo COM32 linux.c32 INITRD...
2010 Jun 25
1
chain.c32 GPT Support
Hello all. Here[1] is a branch where chain.c32 can chain-boot a partition on a GPT disk when given the partition index. boot: chain hd1 84 (For example.) - Shao Miller [1] http://git.zytor.com/?p=users/sha0/syslinux.git;a=shortlog;h=refs/heads/ chain_gpt
2016 Jan 06
5
Entry selection isn't saved
Hi, I installed syslinux 6.0.3 on a UEFI/GPT system with Arch Linux. My /boot/EFI/syslinux/syslinux.cfg contains MENU SAVE but selected entries aren't saved. Just after I hit the Enter key in the syslinux menu, I see efi_adv_write: Unable to open file \ldlinux.sys, this message isn't displayed when the boot starts after the timeout (default entry). My installation didn't have this
2016 Mar 03
4
Module Versioning
On 03/02/16 16:19, Ady via Syslinux wrote: > > That's not what common users are forced to deal with. Syslinux's binary > files in the wild come from different sources (official upstream > Syslinux, distros' packages, others). > > Since v.6+ (and possibly, even before it) a re-build might show some > inconsistencies between "the same version" of
2011 Aug 06
4
[PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK
...om a975c12919bbd48739fede4ebfe099d98b87192e Mon Sep 17 00:00:00 2001 From: Shao Miller <shao.miller at yrdsb.edu.on.ca> Date: Sat, 6 Aug 2011 05:24:46 -0400 Subject: [PATCH] ifmemdsk.c32: Allow boot options based on presence of MEMDISK Like 'ifcpu.c32' and 'ifplop.c32', this COMBOOT32 module will check for the presence of MEMDISK(s) and choose one of two (optionally) specified commands. Signed-off-by: Shao Miller <shao.miller at yrdsb.edu.on.ca> --- NEWS | 1 + com32/modules/ifmemdsk.c | 389 ++++++++++++++++++++++++++++++++++++++++++++++ 2 fi...