Displaying 3 results from an estimated 3 matches for "1ah".
Did you mean:
1a
2006 Jun 23
1
a problem with pxelinux
Hi,
I am using pxelinux 3.06 to do PXE boot on network.
I am using AMI BIOS.
My DHCP and TFTP server works fine and pxelinux.0 gets loaded and gets
control.
But after int 1Ah, it gets out of the execution saying "No !PXE or PXENV+
API found; we're dead..."
After digging the pxelinux code I found that it quits because of "jc
no_pxe" which is after int 1Ah
In my int 1Ah code, i.e. in my ISR initially I have pushed all the flags
then p...
2006 Dec 07
7
[PATCH] [Firmware] TCG BIOS extensions for the Bochs BIOS
This patch adds an implementation of the TCG BIOS extensions to the
Bochs BIOS and enables logging of boot measurements using the previously
implemented support for TCPA ACPI tables. A low-level driver for a TPM
TIS device and an Atmel device is provided.
The implemented specification is described here:
2002 Feb 26
0
syslinux timeout
...ediately as we don't
; know the appropriate DX value
time_loop: push cx
+ ; DTM BEGIN ------------------------------------------------
+ push cx
+ ; DTM END --------------------------------------------------
tick_loop: push dx
call pollchar
jnz get_char_pop
xor ax,ax
int 1Ah ; Get time "of day"
pop ax
cmp dx,ax ; Has the timer advanced?
je tick_loop
+
+ ; DTM BEGIN -------------------------------------------------
+ cmp [ShowTimeOut], word 0
+ jne .showtimeout
+ pop ax ; extract saved cx
+ jmp .showtimeoutend
+.showtimeout:
+ pop ax
+...