similar to: [PATCH] poweroff COM32 module

Displaying 20 results from an estimated 4000 matches similar to: "[PATCH] poweroff COM32 module"

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
2013 Jul 03
2
com32 poweroff.c32
Gert Cuykens wrote: > On Mon, Jul 1, 2013 at 10:50 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >> Gert Cuykens wrote: >>> >>> On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >>>> >>>> Which qemu version with which bios are you trying? >>> >>> >>> inside a vmware player 5.0.2
2013 Jul 01
2
com32 poweroff.c32
Gert Cuykens wrote: > On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >> Which qemu version with which bios are you trying? > > inside a vmware player 5.0.2 build-1031769 running ubuntu 13.10 > SeaBIOS (version 1.7.2-20130528_111335-allspice) > QEMU emulator version 1.5.0 QEMU starting from v1.3.0-408-g9ee59f3 no longer supports the Bochs
2012 Jun 26
2
[GIT PULL] elflink bug fixes
Hi Peter, Please pull the following changes. Paulo, I had to revert your "pxe: resolve names via DNS from protected-mode code" change because dns_resolv() is only implemented for PXELINUX and causes undefined symbol references for ISOLINUX, etc. Feel free to make the change again on top of the revert. The following changes since commit e7bd19def830e8341b1a100956345f1028740b9e:
2005 Sep 17
2
com16/com32 module for APM powerdown
Hello, In case anyone is interested, here are the source code for comboot and com32 modules for powering down a computer using APM. I started work on the ACPI version of it, but it will take some time to parse the spec. Regards, Luciano Rocha -- lfr 0/0 -------------- next part -------------- ; **************************************************************************** ; ; apmoff.asm ; ; A
2013 Jul 04
1
com32 poweroff.c32
Op 2013-07-03 om 23:33 schreef Gert Cuykens: > On Wed, Jul 3, 2013 at 9:47 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: > > Gert Cuykens wrote: > >> > >> Ok thanks, but I was wondering what the difference is between halt -p ? > > > > > > poweroff.c32 uses APM. Linux can also use ACPI. > > > > Is ACPI possible to implement or way
2012 Aug 14
1
[GIT PULL] elflink fixes
Hi Peter, The main part of this pull request includes commits that try to replace as many __intcall() invocations as possible. Some remain, but not many (and eventually they'll be gone too). There's also a patch to make better use of ld's --as-needed option and various other bug fixes/cleanups. The following changes since commit ff7334a2ce536b7f4b1f6d6f93ff4e285a3bd45a: Only
2013 Jun 30
2
com32 poweroff.c32
Gert Cuykens wrote: > On Fri, Jun 28, 2013 at 2:41 AM, Gert Cuykens <gert.cuykens at gmail.com> wrote: >> On Fri, Jun 28, 2013 at 2:31 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On Thu, Jun 27, 2013 at 6:03 PM, Gert Cuykens <gert.cuykens at gmail.com> wrote: >>>> Using syslinux 6.01-pre4 and ubuntu 13.10 kernel 32bit >>>>
2009 Sep 27
1
poweroff.com
When i execute poweroff.com, I get the following error: "APM not present" Is there some workaround currently? The restart option works, and when I boot into ANY linux OS, the poweroff or lalt commands DO Power off the computer. This was reported at the PartedMagic's forum at http://forums.partedmagic.com/viewtopic.php?f=5&t=582
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
Rework disk library to work on a firmware independent way. Each specific implementation goes through subdirs like "bios/" and "efi/" respectively. Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- com32/include/syslinux/disk.h | 50 +++- com32/lib/Makefile | 2 + com32/lib/syslinux/disk.c | 583
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
New module which check if the PLoP Boot Loader already has booted a CDROM or USB drive by checking for the presence of the PLoP INT13h hook. The following assembly code (NASM) can detect the PLoP INT13h hook: mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes ' jz
2013 Jul 03
0
com32 poweroff.c32
On Wed, Jul 3, 2013 at 9:47 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: > Gert Cuykens wrote: >> >> On Mon, Jul 1, 2013 at 10:50 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >>> >>> Gert Cuykens wrote: >>>> >>>> >>>> On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> >>>>
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
2013 Jul 01
0
com32 poweroff.c32
On Mon, Jul 1, 2013 at 10:50 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: > Gert Cuykens wrote: >> >> On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: >>> >>> Which qemu version with which bios are you trying? >> >> >> inside a vmware player 5.0.2 build-1031769 running ubuntu 13.10 >> SeaBIOS
2008 Feb 29
1
ACPI reboot-issue (CentOS 4)
Hi all, I'm trying to troubleshoot my way thru a ACPI-issue on several machines with the Asus P5N32-E SLI motherboard (S775, Nvidia 680i chipset) http://www.asus.com/products.aspx?l1=3&l2=11&l3=397&l4=0&model=1459&modelmenu=1 This is CentOS 4 x86_64, and appears on all tested kernels, including kernel-smp-2.6.9-67.0.4.EL My symptoms are that the machine won't
2005 Aug 01
5
Restarting / shutting down a xen0 server
Hi all, my main xen test system is a pizza box, simply standard. The kernel of stable debian sarge can shut it down/restart it correctly. My own xen kernel (based on debians inofficial xen kernel) cannot. I do not know much of kernels and hardware yet, so please help me to understand: Is shutting down (as opposed to writing "power down" to the screen) or restarting based on APM or
2003 Aug 18
1
HEADSUP: apm(4) driver synced with current
In order to support the eventual MFC of a limited and experimental acpi(4) driver from -CURRENT, I have merged a few changes from -CURRENT to -STABLE including: - Power management interface (subr_power.c) - pmtimer(4) driver. Unlike -CURRENT this driver does not require 'device pmtimer' in the kernel config so that existing kernel configs do not have to be changed. - Updated
2013 Sep 06
1
[PATCH 2/2] com32/disk: Improve flow at disk_write_sectors and disk_read_sectors.
This patch will improve the flow at disk_write_sectors and disk_read_sectors significantly, but it *will* introduce bugs if either of the above functions gets called before disk_get_params. --- com32/include/syslinux/disk.h | 21 +++++ com32/lib/syslinux/disk.c | 170 +++++++++++++++++++++-------------------- 2 files changed, 108 insertions(+), 83 deletions(-) diff --git
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
From: Matt Fleming <matt.fleming at intel.com> Since we can't use __intcall() for EFI, and since we can now have the ELF module code resolve all our symbols at runtime, we should delete as many references to __intcall() as possible and just access the symbols directly. The most interesting patch is the support for weak symbols. We need to be able to reference derivative-specific
2013 Jun 30
0
com32 poweroff.c32
On Sun, Jun 30, 2013 at 6:12 PM, Sebastian Herbszt <herbszt at gmx.de> wrote: > Gert Cuykens wrote: >> >> On Fri, Jun 28, 2013 at 2:41 AM, Gert Cuykens <gert.cuykens at gmail.com> >> wrote: >>> >>> On Fri, Jun 28, 2013 at 2:31 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>>> >>>> On Thu, Jun 27, 2013 at 6:03 PM,