search for: 0003h

Displaying 9 results from an estimated 9 matches for "0003h".

Did you mean: 0003
2012 Mar 04
2
NUT Two Apc UPSes on Windows
...d, productid, vendor, product as in the manual for usbhid-ups and libusb's test --- TestLibUsb --- - Manufacturer : American Power Conversion - Product : Smart-UPS X 1500 FW:COM 03.6 / UPS 03.6 - Serial Number: AS1054340323 ... idVendor: 051Dh idProduct: 0003h ... - Manufacturer : American Power Conversion - Product : Smart-UPS X 1500 FW:COM 03.0 / UPS 03.1 - Serial Number: AS1026662626 ... idVendor: 051Dh idProduct: 0003h ... --- TestLibUsb --- and tested them with usbhid-ups -a ups1 or usbhid-ups -a ups2. Moreov...
2007 Jan 25
5
Custom com32
...sing the DMI example code) the product and BIOS and if the BIOS is not at the required level, is supposed to exit and boot using a DOS floppy image to flash the BIOS. The problem is that I can't work out how to call the DOS floppy image. Looking at the website, I see "Run Command" AX=0003H via int 22. The image name will be <productname>_<bios_rev> (i.e. xw9300_2.09.img) Is "Run Command" the right thing to do? How do I call it from my module? Thanks in advance CC NOTICE: This email and any attachments are confidential. They may contain legally privileged i...
2003 Apr 04
5
syslinux on Windows to USB compactflash disk
Hi folks, I'm trying to make a CompactFlash bootable with SYSLINUX. The hard part is that I'm trying to run SYSLINUX on Windows 2000 and am attempting to write to the compactflash that's plugged in via a USB reader/writer. Its not working -- Windows complains about the 16-bit subsystem wanting direct access to the drive. So then is the problem SYSLINUX fighting with Windows or
2004 Feb 03
0
COMBoot questions
...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 AX=0003h, INT 22h with a C-string like "linux vga=317" in ES:BX or "kernel.bzi vga=317" ? Should I return from my VESA mode into normal 80x25 textmode (I'm trying to hide as much from Linux as possible simply for aestetic reasons ;-) The second question is about open file, AX=000...
2007 Sep 20
2
com32 -> localboot problem
...ge. I have played with this a couple of times over the last few weeks but have not figured out why it isn't working. Q: Do you see anything that I am doing incorrectly with this function? .OR. Q: What can I do to help identify the problem with this API call? As a workaround I am using AX=0003h Run Command and having it jump to my 'localboot' label. Miguel
2009 May 04
3
[RFC][PATCH] poweroff COMBOOT module
...5h + jnc apm0101_check + + mov bx, msg_notsup + jmp error + +apm0101_check: + cmp cx,0101h ; APM Connection version + jae apm0101_ok + + mov bx, msg_notsup + jmp error + +apm0101_ok: + mov ax,5307h ; Set Power State (07h) + mov bx,0001h ; All devices power managed by the APM BIOS + mov cx,0003h ; Power state off + int 15h + jnc off + + mov bx, msg_failed + +error: + mov ax,2 + int 22h +off: + ret + +msg_notpresent: db 'APM not present.',0dh,0ah,0 +msg_notsup: db 'APM 1.1+ not supported.',0dh,0ah,0 +msg_pmdisabled: db 'Power management disabled.',0dh,0ah,0 +ms...
2007 May 25
1
multiple comboot files?
Is there a way for isolinux/syslinux to execute a list of comboot files immediately at startup, and only once? I have a bunch of small comboot .com files that I want to batch run immediately, then after that do a DISPLAY boot.msg similar in some ways to an autoexec.bat. For example: DEFAULT mycd APPEND ramdisk_size=100000 init=/etc/init lang=us .... TIMEOUT 300 ONSTARTUP mybatch <- ???
2009 Feb 16
3
[PATCH] cmd.c32: new module to just execute a command
Trivial module to execute an arbitrary command. --- com32/modules/Makefile | 2 +- com32/modules/cmd.c | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletions(-) create mode 100644 com32/modules/cmd.c diff --git a/com32/modules/Makefile b/com32/modules/Makefile index 2739a39..930e89b 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile
2016 Sep 08
3
How to get started (Windows)
...: Smart-UPS C 1000 FW:UPS 10.0 / ID=1005 - Serial Number: 3S1520X04472 bLength: 18 bDescriptorType: 01h bcdUSB: 0200h bDeviceClass: 00h bDeviceSubClass: 00h bDeviceProtocol: 00h bMaxPacketSize0: 40h idVendor: 051Dh idProduct: 0003h bcdDevice: 0106h iManufacturer: 1 iProduct: 2 iSerialNumber: 3 bNumConfigurations: 1 wTotalLength: 41 bNumInterfaces: 1 bConfigurationValue: 1 iConfiguration: 0 bmAttributes: e0h MaxPower: 1 bInterfaceNumber:...