similar to: [PATCH 1/3] COMBOOT API: Improve readdir

Displaying 20 results from an estimated 200 matches similar to: "[PATCH 1/3] COMBOOT API: Improve readdir"

2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
From: Gene Cumm <gene.cumm at gmail.com> COMBOOT API: Add calls for directory functions; Implement most only for FAT (SYSLINUX). Uses INT 22h AX= 001Fh, 0020h, 0021h and 0022h to prepare for the COM32 C functions getcwd(), opendir(), readdir(), and closedir(), respectively. INT22h, AX=001Fh will return a valid value for all variants. INT22h, AX= 0020h, 0021h, and 0022h are only
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
From: Gene Cumm <gene.cumm at gmail.com> COMBOOT API: Add calls for directory functions; Implement most only for FAT (SYSLINUX). Uses INT 22h AX= 001Eh, 001Fh, 0020h and 0021h to prepare for the COM32 C functions getcwd(), opendir(), readdir(), and closedir(), respectively. INT22h, AX=001Eh will return a valid value for all variants. INT22h, AX= 001Fh, 0020h, and 0021h are only
2009 Mar 21
0
[PATCH 1/1] SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call
From: Gene Cumm <gene.cumm at gmail.com> SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- First, change comboot.inc such that INT 22h AX=0020h (opendir) is about as simple and similar in behavior to INT 22h AX=0006h (openfile). Next, rename the function searchdir to searchdir4any, create a new function called
2017 Nov 10
0
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
Hello list, I try to fix my issue and found some more debug information: 1) I see error in this situation: Default-First-Site-Name: - TEST-DC (RWDC) Testsite2: - empty Testsite: - BUILDHOST (RODC) If I move TEST-DC to Testsite2, it fix the error, maybe because of 2). 2) python/samba/kcc/__init__.py:create_connections function try always to connect to Default-First-Site-Name, although
2009 Mar 01
1
[RFC] COMBOOT: readdir: st_mode or d_type
I'm looking for comments on what to return from readdir in DL or DX. Currently, the data in DL is misaligned (patch coming soon, along with at least two more) but it also got me thinking about the fact that some filesystems, I believe, actually store st_mode directly in the filesystem. I'm thinking that using DX to return st_mode may prove more useful in the long run than just returning
2017 Nov 09
2
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
Hello Rowland, of course it will be started by samba, I saw this output if I run "samba -i". But I can trigger this output also by starting samba_kcc manually. Andrej -----Ursprüngliche Nachricht----- Von: Rowland Penny [mailto:rpenny at samba.org] Gesendet: Donnerstag, 9. November 2017 14:04 An: samba at lists.samba.org Cc: Andrej Gessel <Andrej.Gessel at janztec.com>
2009 Jul 27
1
[PATCH] mboot using module path
Hi, We are using pxelinux at my company to test our product. And there are limitations that we have hit in the past w.r.t. the max length of a path, or the max length of a module name (in mboot.c / mboot.c32). We've used workarounds in the past, and reorganized the directory structure, but we face that problem again. Out of the 128 / FILENAME_MAX chars that can be used, 110 - 120 go to the
2002 Jun 05
1
Comboot files
First of all Great software, Do you know how I can get the syslinux to display a help screen and then return to the menu, or where I can find information on making .cbt files.. Thanks. Your help would be much appreciated Rene -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Dec 04
0
Comboot for showing DOCS
hm, nice algorythm thingie. I'm not a programmer, so here goes: currently: F1 helpfile.txt probably results in DISPLAY helpfile.txt perhaps extend this option: F1 arg1 arg2 arg3 argX if arg1 does not exist, abort (currently also done?) if arg1 ends in COM extension, execute it and pass the optional arg2/3/X parameters if arg1 ends in C32 extension, same thing. else DISPLAY arg1 // arg1
2004 Feb 03
0
COMBoot questions
Hi folks, I'd like to write a graphical menu for a rescue Linux system I'm currently working on in my spare time. I'm experimenting with VESA for this... but my real questions are: How do I boot a Linux kernel from a COMBoot (.cbt) program ? Supposed I have syslinux.cfg that looks like this: DEFAULT menu LABEL menu KERNEL menu.cbt LABEL linux KERNEL kernel.bzi Do I have to use
2007 Jun 27
2
LSPCI comboot module
Is there an LSPCI comboot module that someone has written? Or a linux style boot disk that has: a KERNEL b LSPCI c very small size d quick boot time I am currently having to get through a 5 - 7 minute boot cycle with a fedora setup just to get the lspci output. Heeeeeeeeeeeeeeelp Authenticlick, Inc. 5757
2008 Nov 27
1
RFC: COMBOOT API directory calls
Currently, I'm looking at implementing 3 COMBOOT API calls for directories, opendir, readdir, and closedir. In order to track progress within the directory, I'll need to keep track of the current sector number that is being read and the offset within the sector for the next file entry to read. I'm contemplating if I should also keep track of the starting sector of the directory (in
2009 Jul 12
2
Gfxboot COMBOOT module vs Ubuntu patches
Good afternoon Sebastian, I am working on upgrading the Ubuntu Syslinux package. It is currently not in sync with the Debian version, partially because of merge conflicts with the Gfxboot patches. Cf: https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/270822 https://merges.ubuntu.com/s/syslinux/REPORT I was wondering where your Gfxboot version comes from. I know both Suse and
2009 Nov 27
1
[PATCH] doc: fix typos in comboot.txt
Fix some typos in the documentation. Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> diff --git a/doc/comboot.txt b/doc/comboot.txt index f5fefda..b3d8e64 100644 --- a/doc/comboot.txt +++ b/doc/comboot.txt @@ -553,7 +553,8 @@ AX=000Fh [3.00] Get IPAPPEND strings [PXELINUX] AX=0010h [3.00] Resolve hostname [PXELINUX] - Input: ES:BX pointer to null-terminated hostname + Input: AX
2010 Mar 01
0
[PATCH] com32: recognize gPXE's COMBOOT as gPXE
This makes is_gpxe() recognize gPXE's COMBOOT implementation as gPXE. Previously, is_gpxe() only recognized PXELINUX loaded from gPXE. Signed-off-by: Daniel Verkamp <daniel at drv.nu> --- com32/include/syslinux/config.h | 1 + com32/lib/sys/gpxe.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/com32/include/syslinux/config.h
2012 Sep 06
1
[PATCH] comboot: add comapi_chainboot to int22_table
This is missing since "shuffler: comboot interface to the new shuffler". Signed-off-by: Sebastian Herbszt <herbszt at gmx.de> --- core/comboot.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/comboot.inc b/core/comboot.inc index d6f670c..ef69c49 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -950,7 +950,7 @@ int22_table: dw
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.
2004 Apr 05
1
Comboot menu crashes when it goes off screen
It works! Now, is there a way to use this handler multiple times so different submenus can have different position values. -Aaron On Fri, 2 Apr 2004, ganapathy murali krishnan wrote: > You write your own menupos_handler (like in complex.c) and register the > handler. > > So all you need to do is to copy the code for the menupos_handler from > complex.c and modify it to suit
2009 May 04
3
[RFC][PATCH] poweroff COMBOOT module
This module is able to power off a system via APM. It was tested on QEMU, Bochs and VMware. Possible usage: TIMEOUT 3000 TOTALTIMEOUT 9000 ONTIMEOUT poweroff.com - Sebastian Index: syslinux-3.80-pre7/modules/poweroff.asm =================================================================== --- /dev/null +++ syslinux-3.80-pre7/modules/poweroff.asm @@ -0,0 +1,86 @@ + absolute 0 +pspInt20: resw 1
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