search for: mykernel

Displaying 20 results from an estimated 49 matches for "mykernel".

2004 May 11
2
[LLVMdev] Problems accessing structs
Hello! I get some odd behaviour using my structs: "myKernelMap" = type {int (sbyte*)*, int ()*} "Kernel" = type {"myKernelMap"*} The second member ( int()* ) is a pointer to the %getchar() function. I want to call getchar using this function: int "callmyKernelgetchar_kernel"("Kernel"* "myKernel") {...
2005 May 17
4
HOW TO Enable IPSec for FreeBSD.......???
Hi, I have tried to enable IPSec support for my FreeBSD( 4.11-RELEASE) system. First, I copied the generic kernel configuration file to a file I called MYKERNEL: #cp /usr/src/sys/i386/conf/GENERIC /usr/src/sys/i386/conf/MYKERNEL Then, I added the following three lines to the options section of /usr/src/sys/i386/conf/MYKERNEL: options IPSEC options IPSEC_ESP options IPSEC_DEBUG After that I recompile the kernel with the foll...
2004 May 11
0
[LLVMdev] Problems accessing structs
Anders Alexandersson wrote: > Hello! > > I get some odd behaviour using my structs: > > "myKernelMap" = type {int (sbyte*)*, int ()*} > "Kernel" = type {"myKernelMap"*} > > The second member ( int()* ) is a pointer to the %getchar() function. > > I want to call getchar using this function: > > int "callmyKernelgetchar_kernel"("Ke...
2014 Mar 23
2
global append changes since version 5
...ux 5-6.02, the "global append" directive is being (unintentionally) ignored in some cases. Updating Syslinux from prior versions, when using a "global append" directive, will cause unexpected results. For example, take the following simple configuration file: *** DEFAULT mykernel APPEND root=/dev/sda2 *** Note that the 'append' line is a global directive here, as it is not part of any 'label' entry. For Syslinux 4.xx and older, the above simple configuration works as (it used to be) expected. The result for the above sample configuration in versions...
2004 May 03
2
[LLVMdev] Problems with getelementptr
...th the fact that I am using only pointers in my structs? Best regards Anders ; My user defined function int %puts_kernel(sbyte* %string) { %tmp.0 = call int (sbyte*, ...)* %printf( sbyte* %string ) ret int 0 } ;the map and the class. The class is called "Kernel". "myKernelMap" = type {int (sbyte*)*} "Kernel" = type {"myKernelMap"*} ;Allocating...OK "myKernelMapInstance" = malloc "myKernelMap" %myKernel = malloc "Kernel" ;Assigning the map to the class...OK "myKernelMapPTR" = getelementptr "Kernel...
2004 May 03
0
[LLVMdev] Problems with getelementptr
...see code below)? Is it > something with the fact that I am using only pointers in my structs? > > Best regards > Anders > > ; My user defined function > declare int %puts_kernel(sbyte* %string) > > ;the map and the class. The class is called "Kernel". > "myKernelMap" = type {int (sbyte*)*} Okay, this declares a structure that has a single pointer-to-function element in it. > "Kernel" = type {"myKernelMap"*} This is a single element structure with a pointer to the map. > ;Allocating...OK > "myKernelMapInstance"...
2014 Mar 23
0
global append changes since version 5
On Sun, Mar 23, 2014 at 7:17 AM, Ady <ady-sf at hotmail.com> wrote: > 2_ In prior versions, a specific entry was executed as follows: > <mykernel> <global_append> <myappend_options> > corresponding to: > > *** > # The following is the global append, not part of a label entry. > APPEND <global_append> > > #The following is a sample entry > LABEL <mylabel> > KERNEL <mykernel> &g...
2004 Jul 06
3
Cannnot Load image
...tion dhcp.conf 3.01rc12 with this options group next-server servidor filename "pxelinux.0" hostname terminal-2 hadrware ethernet xxxxxxxx fixed address xxxxx option root-path "clients/ip" The pxelinux.cfg label mylabel kernel mykernel under /tftpboot I have the following files mykernel -> a custom compile kernel and pxelinux.cfg I restart dhcpd, I tun on the terminal that boots up using PXE It starts loading till it reads Trying to load pxelinux.cfg/default Could not find kernel image What's wrong? NOTE If I delete...
2019 Jun 19
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...There's a bug in their PXE/BIOS stack somewhere? Just some random and humble thoughts... Perhaps it would be worth some additional tests? Maybe a test with pxelinux.0 version 4.07? And using "LINUX", not "KERNEL": ### DEFAULT biginitrd PROMPT 0 LABEL biginitrd LINUX mykernel INITRD mybiginitrd APPEND myoptions ### Maybe a packet capture might reveal something about the network setup? Maybe it is not the size of the initrd file but rather a time limitation (which gets triggered by a big-enough file)? What about trying with 6.04-pre1, and/or (even better) with Debian...
2013 Dec 03
2
Using guestfs to debug kernel
Hi, I would like to use libguestfs to help me setup a VM that I run later with qemu to debug my linux kernel (via qemu -kernel <mykernel> -append ...). One problem I face for instance is that my VM lacks the modules matching my kernel version. So what would you consider as the best option here to load the modules for the kernel ? Should I upload the modules from the host to the VM /lib/modules (need to tar this fodler and upload...
2019 Apr 22
1
Bug/limitation: allowoptions (for label), implicit (for automated)
Hello, At the boot prompt ALLOWOPTIONS 0 is only applied to implicit kernels and not to labels. For configuration which want to allow selection, but prevent customization of the kernel command line, this behaviour is bad. Also the IMPLICIT 0 is applied to both the boot prompt and configuration setting (like DEFAULT); but one could argue that only the command supplied at the prompt make sense to
2008 May 05
3
troubles with R CMD check and examples under Ubuntu gutsy
Dear listers, I was used to package pgirmess under Windows with everything OK, but, for the first time, I had a trial this afternoon on Ubuntu 7.10 gutsy (I have a double boot computer and work more and more under unix) and R 2.7.0. Everything went OK except this: sudo R CMD check pgirmess ..... * checking examples ... ERROR Running examples in 'pgirmess-Ex.R' failed. The error most
2019 May 21
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
Hello, I am using lpxelinux.0 (latest stable version 6.03, using the official binaries from kernel.org) to kickstart servers as http transfers really helps over links with poor latencies... These servers are being booted in legacy mode, not in UEFI. This has worked very well until recently. Starting with RHEL 7.5, on some servers, we would see the machine rebooting while pxelinux is in the
2019 May 22
0
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
...ated files to the same version, not just lpxelinux.0. Alternatively (and in many cases, even better) you could try current Debian's "Unstable" packages, which are "more up-to-date" than 6.04-pre1. B_ In the configuration file, instead of using: ### LABEL mylabel KERNEL mykernel INITRD myinitrd APPEND myoptions ### try: ### LABEL mylabel LINUX mykernel INITRD myinitrd APPEND myoptions ### and/or also try: ### LABEL mylabel2 COM32 linux.c32 APPEND initrd=myinitrd myoptions ### (Reminder: use linux.c32 and the lib*.c32 modules from the same version as lpxelinux.0 and...
2002 Sep 05
0
automatic boot (question)
...nd prompt > automatically? The reason I'm asking is I'd like to make a bootable restore > CD that will be fully automated. I don't want the end user to have to do > anything other than insert the CD and boot. Try prompt 1 timeout 30 default install label install kernel mykernel append <kerneloptions> for getting a boot:-Prompt for 3 seconds and then automagically start mykernel, or prompt 0 for getting it without boot:-Prompt. Everything else should be handled by the booted kernel/initrd/root-fs, but that's a different issue. Regards, Josef __________...
2010 Oct 05
1
TFTP URL support in 4.x
..."PXELINUX: TFTP URL syntax (tftp://) supported even when not running gPXE/gpxelinux" I can't find any info describing this new functionality (searched wiki and mailing list), I'm guessing you can now use tftp:// in the paths, e g: LABEL mylabel KERNEL tftp://servername/path/to/mykernel APPEND myoptions Correct? I've been using gpxelinux for the added HTTP support (5-6 times faster load times than TFTP on our LAN), does the above mean that HTTP URL support is (or will be) integrated into pxelinux.0? That would be awesome, not having to use gPXE and DHCP options 209/210 to...
2007 Feb 06
0
Broken file reading for fat16 with 3.35+?
...behaviour. I'm using the following to compile: gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-34) NASM version 0.98.39 compiled on Jan 15 2005 Steps to reproduce: /dev/sdc is my usb key mkdiskimage -4 /dev/sdc4 0 64 32 syslinux -s /dev/sdc4 mount /mnt/sdc4 cp menu.c32 mboot.c32 syslinux.cfg mykernel /mnt/sdc4 umount /mnt/sdc4 reboot with key in. syslinux.cfg has the following: default menu.c32 menu title Boot Menu timeout 30 label RBoot menu label ^RBoot kernel mboot.c32 append mykernel Errors: It shows SYSLINUX 3.36 Pre 5, etc.. and then goes to boot: Loading Invalid or corr...
2006 Feb 22
1
warning about net/if_tap.h & login_cap.h
...---------------------- ## configure: WARNING: ## Report this to openssh-unix-dev at mindrot.org ## configure: WARNING: ## ------------------------------------------- ## FreeBSD .... 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Feb 22 16:52:18 UTC 2006 root at ....:/usr/src/sys/amd64/compile/MYKERNEL amd64 # gcc -v Using built-in specs. Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 3.4.4 [FreeBSD] 20050518 I didn't use the ports version but compiled it myself. Releases: zlib-1.2.3 openssl-0.9.8a openssh-4.3p2 Thanks for your help Claudio -- Claudio E...
2019 Apr 15
4
EFI32, EFI64 on one disk
Hello, i would like create a bootdisk , that can be boot from Old BIOS, EFI32 and EFI64. But for EFI Boot there is only one directory /EFI/BOOT/ In this directory I can copy BOOTia32.EFI and BOOTx64.EFI. But the *.c32 files for EFI32 & EFI64 , I can install to this directory at the same time. Is there a way to load the *.c32 from different directory ? Or is there a other solution ?
2017 Oct 04
1
Help with PXE "Out of Memory" error?
On Wed, Oct 4, 2017 at 11:10 AM, Ady Ady via Syslinux <syslinux at zytor.com> wrote: > FWIW, the _need_ to use linux.c32 is becoming more common (in the sense > that other loading methods are not always capable of loading > newer/current kernels+initrams+additional_files, considering their > sizes). Unfortunately, only a minority of users seem to be aware of > Syslinux's