similar to: help with module to boot Windows CE

Displaying 20 results from an estimated 200 matches similar to: "help with module to boot Windows CE"

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.
2014 Feb 13
2
SYSLINUX API call INT 22h/AX=0xC
Hi Peter, They use PXELINUX to download the OS deployment bootstrap. When this is completed, they want to shutdown the stack including the UNDI driver before jumping to the kernel. Thanks! Kevin On Feb 12, 2014, at 8:15 PM, "H. Peter Anvin" <hpa at zytor.com> wrote: > On 02/12/2014 05:37 PM, Kevin Tran wrote: > Hi, > One of our customers uses INT 22h/AX=C to shut down
2014 Mar 01
1
[syslinux:master] core, bios: Move __syslinux_shuffler_size to assembly
Op 2014-02-28 om 15:51 schreef syslinux-bot for H. Peter Anvin: > Commit-ID: a06818de2a4c49bd64a024dd4f4a09a0caf1f0ac > Gitweb: http://www.syslinux.org/commit/a06818de2a4c49bd64a024dd4f4a09a0caf1f0ac > Author: H. Peter Anvin <hpa at linux.intel.com> > AuthorDate: Fri, 28 Feb 2014 15:48:53 -0800 > Committer: H. Peter Anvin <hpa at linux.intel.com> >
2009 May 04
2
SYSLINUX 3.80 released
3.80 is a bug fix and internal restructuring release. In particular, the entire shuffler subsystem has been rewritten largely from scratch, as has the Multiboot module. Changes in 3.80: * New shuffler mechanism and API. * Rewritten mboot.c32 module. * The syslinux_boot_linux() function has been simplified. * Don't hang trying to boot a "menu
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
2015 Nov 24
2
Hexagon and choosing of slots
> On Hexagon, the slot assignment is determined by the layout of the > instructions in memory. The order of the instructions in the packet does > not matter either in the IR, nor in the .s file, but it does when the > packet is encoded into the actual machine code. In LLVM, the Hexagon > shuffler orders the instructions just prior to encoding. > > Specifically, the
2009 May 03
1
Syslinux 3.80-pre7
I have just pushed out Syslinux 3.80-pre7. I am slightly concerned about putting this into the release tree at this point: I was working with some of the shuffler code, and found that the memory map handling was actually severely buggy on some of my test cases. Resolving that problem took rewriting most of syslinux_add_memmap(). However, against better judgement :) I decided to check in the
2015 Oct 02
5
Problem with 90MB Initrd
>>> > > Aside from potentially needing smaller buffers for config files before > parsing (which seems trivial and unnecessary), what other benefits are > there to this strategy? > At the core, is that Syslinux is a general bootloader which gives access to a virtual filesystem.? It supports multiple open files, but not seeking or writing. <<< Please correct me if
2015 Nov 23
3
Hexagon and choosing of slots
I'm curious how does hexagon hardware decide which slot to use for a given instruction? Is there special hardware to make that decision? I'm asking because I didn't see any information about which slot to use for a given packet. Is it even possible to pass this kind of information through assembly? Say hardware sees a packet and the packet tells it which slot to use. I would greatly
2009 May 29
2
Syslinux 3.81 released
Hi everyone, I have pushed out Syslinux 3.81 to the usual places. Again, special thanks to my employer, Intel, for letting me spend time working on this stuff ;) -hpa Syslinux 3.81 is primarily a bug fix release. The main new features are halt-on-idle support and some features to isohybrid, including the ability to boot from an image written to a partition. Changes in 3.81: *
2013 Feb 12
3
Problem with pxelinux 5.0 and memtest
Hello, This is my first post to this list. After searching through the archives and google searches I could not find a solution for my memtest problem. In previous versions of pxelinux/gpxelinux (4.04 and 4.06) I could successfully start the memtest utility. But using pxelinux/gpxelinux versions 5.01 and 5.02 the memtest utility does not boot and I get an error message: boot: Loading
2015 Oct 01
6
Problem with 90MB Initrd
>>>>>I do not understand.Are we parsing a configuration file and potentially >>starting new TFTP transfers while downloading it? How can we do this on >>a single thread?We cannot stop/resume a TFTP transfer then I cannot >>imagine how to detect an INCLUDE during TFTP transfer N to launch TFTP >>transfer N+1 if TFTP transfer N is not finished yet, all in a
2014 Feb 26
2
VirtualBox 4.1.x can reproduce bug 45
Short summary: I think bug #45 http://bugzilla.syslinux.org/show_bug.cgi?id=45 "Regression in Syslinux 6.xx. Doesn't 'hand over' to linux kernel" can be reproduced using VirtualBox 4.1.x while trying to boot a relatively-newish Linux kernel. Now, for more details... Under VBox 4.1.x and using ISOLINUX 4.xx, a newish Linux kernel boots correctly. Under VBox 4.1.x and
2014 Jun 12
1
Current 6.03 changelog
The following is the current change-log for Syslinux 6.03. The final stable version might include additional items. Before the final release, it would be helpful to receive feedback about: _ Any item that should be added or eliminated. _ Any item that should be edited in any way (rewording, technical details...). _ Any item that should not be included. _ Any credit that should be added /
2013 Jun 24
4
[bug] 6.00: No linux boot function
On Mon, 24 Jun, at 10:27:52AM, Thomas B?chler wrote: > Am 24.06.2013 04:10, schrieb Gene Cumm: > > In trying Syslinux-6.00 bios/core/pxelinux.0 with a 3.0.21 kernel, I got" > > > > "No linux boot function registered for firmware > > Booting kernel failed: Bad file number" > > > > Using Syslinux-5.10, the same kernel/initrd succeeds. > >
2014 Feb 28
0
VirtualBox 4.1.x can reproduce bug 45
> Short summary: > I think bug #45 > http://bugzilla.syslinux.org/show_bug.cgi?id=45 > "Regression in Syslinux 6.xx. Doesn't 'hand over' to linux kernel" > can be reproduced using VirtualBox 4.1.x while trying to boot a > relatively-newish Linux kernel. > > Now, for more details... > > Under VBox 4.1.x and using ISOLINUX 4.xx, a newish Linux
2014 Oct 06
5
Syslinux 6.03 released
Hi everyone, I have released Syslinux 6.03. It is by and large identical to 6.03-pre20. I would like to do a short cycle for 6.04, because 64-bit support for ext4 has come up as a very high priority. Therefore I do not want to stuff too many things into the 6.04 release but hold them for 6.05. Thanks to Ady for most of the changelog. Changes in 6.03: * chain: Fix chainloading on 6.02
2009 Mar 13
1
Windows CE / Windows Mobile 6 /
googling "site:tinc-vpn.org wince" results in nothing. Has there been any attempt to port it to wince based devices?
2009 Jul 02
1
Halo CE Error pidgen.dll not found
WHen i try to install Halo CE, I get an error saying Cannot find pidgen.dll can anyone help!?
2013 Mar 19
0
mlogit: block design CE model
Hi, I am trying to use mlogit in R to analyse a block design choice experiment dataset. The 12 choice sets/cards have been randomly assigned to 3 different blocks and each respondent answers all sets from one block (i.e. each respondent chooses from 4 choice sets). In total I have 2336 rows of data from 292 respondents. The data looks like this (2 of the three blocks): ID Sex Age Block Card