Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2852 → Rev 2853

/kernel/branches/net/applications/netcfg/netcfg.asm
6,6 → 6,8
; By hidnplayr
;
 
format binary as ""
 
use32
org 0x0
 
32,7 → 34,7
mcall 40, 0
 
 
push exit
push .launch_zeroconf_exit
cmp byte[param], 'A' ; A for All
je Get_PCI_Info
 
41,6 → 43,10
 
ret
 
.launch_zeroconf_exit:
mcall 70, zeroconf
mcall -1
 
.noparams:
call draw_window
 
494,7 → 500,15
.pci_bus db ?
.pci_dev db ?
 
zeroconf:
dd 7 ; launch app
dd 0 ; no flags
dd 0 ; no parameters
dd 0 ; reserved
dd 0 ; reserved
db "/sys/network/zeroconf", 0
 
 
IM_END:
 
;------------------------------------------------------------------