Displaying 5 results from an estimated 5 matches for "protmode".
2007 Nov 19
1
testing wireless security
....2.255
ether 00:0b:6b:2b:bb:69
media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/48Mbps)
status: associated
ssid mike1 channel 1 bssid 00:0b:6b:84:3e:76
authmode WPA privacy ON deftxkey UNDEF TKIP 2:128-bit TKIP 3:128-bit
txpowmax 49 bmiss 7 protmode CTS burst roaming MANUAL bintval 100
and the host
% ifconfig ath0
ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2290
inet 2.2.2.1 netmask 0xffffff00 broadcast 2.2.2.255
ether 00:0b:6b:84:3e:76
media: IEEE 802.11 Wireless Ethernet autoselect mode 11...
2006 Nov 20
2
push-pop ordering error found in memdisk
...ine to copy in/out of high memory
; esi = linear source address
; edi = linear target address
; ecx = 32-bit word count
;
; Assumes cs = ds = es
;
bcopy:
push eax
push ebx
push edx
push ebp
test byte [ConfigFlags],CONFIG_RAW
jz .anymode
smsw ax ; Unprivileged!
test al,01h
jnz .protmode
.realmode:
TRACER 'r'
; We're in real mode, do it outselves
pushfd ; <- *** push 1 ***
push ds ; <- *** push 2 ***
push es ; <- *** push 3 ***
cli
cld
---------------------------------
then a little further down;
or dx,bx
push dx ; Save A20 status ; <...
2009 May 25
4
Crash with core32 (syslinux-3.81-pre12-68-g4a211f6)
I got a qemu crash and errors reported in bochs while trying to get latest core32
branch working (pxelinux):
qemu: fatal: Trying to execute code outside RAM or ROM at 0xe6e8aa07
EAX=6e0c7811 EBX=000034b3 ECX=ca68b338 EDX=00000048
ESI=750e3fff EDI=00000020 EBP=d07e4988 ESP=00102324
EIP=e6e8aa07 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0028 00000000 ffffffff 00cf9300
CS =0020
2006 Mar 08
2
ath(4) and 802.11g speed
...68.132.146 netmask 0xffffff00 broadcast 192.168.132.255
ether 00:0f:b5:20:71:ed
media: IEEE 802.11 Wireless Ethernet DS/11Mbps mode 11g
status: associated
ssid MYSSID channel 11 bssid 00:12:17:85:9a:3b
authmode OPEN privacy OFF txpowmax 30 protmode CTS burst bintval 100
# ifconfig ath0 media DS/54Mbps
ifconfig: unknown media subtype: DS/54Mbps
#
Any reason I can't bring it up to 54Mbps? Hardware indicates it should
actually support it:
ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
ath0:...
2013 Mar 07
4
Syslinux-5.10-pre1
...meouts" pointer to the thread structure
thread: add support for locking the scheduler
core: thread: add static declaration of semaphores
core: thread: add a name field
core: pxe: real-mode interrupt service routine
core: add a way to invoke a function on return to protmode
core: pxe: pm return hook to examine timer ticks and PXE ISR status
core: pxeisr.inc: fix compatibility with older versions of NASM
core: add .stack to layout.inc so it gets the proper flags
core: add .stack16 to layout.inc
lwip: undiif - initial cut at a UNDI Ethernet...