Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 3308 → Rev 3309

/kernel/trunk/core/conf_lib-sp.inc
0,0 → 1,13
; ste archivo debe ser editado con codificaci¢n CP866
 
iglobal
ugui_mouse_speed db 'velocidad del rat¢n',0
ugui_mouse_delay db 'demora del rat¢n',0
 
udev db 'disp',0
unet db 'red',0
unet_active db 'activa',0
unet_addr db 'direc',0
unet_mask db 'm sc',0
unet_gate db 'puer',0
endg
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/kernel/trunk/core/conf_lib.inc
12,6 → 12,10
 
$Revision$
 
if lang eq sp
include 'conf_lib-sp.inc'
end if
 
iglobal
conf_path_sect:
db 'path',0
67,12 → 71,18
endp
iglobal
ugui db 'gui',0
if lang ~ eq sp
ugui_mouse_speed db 'mouse_speed',0
end if
ugui_mouse_speed_def db '2',0
if lang ~ eq sp
ugui_mouse_delay db 'mouse_delay',0
end if
ugui_mouse_delay_def db '0x00A',0
 
if lang ~ eq sp
udev db 'dev',0
end if
udev_midibase db 'midibase',0
udev_midibase_def db '0x320',0
endg
125,11 → 135,13
 
endp
iglobal
if lang ~ eq sp
unet db 'net',0
unet_active db 'active',0
unet_addr db 'addr',0
unet_mask db 'mask',0
unet_gate db 'gate',0
end if
unet_def db 0
endg
; convert string to DWord
/kernel/trunk/core/sys32-sp.inc
0,0 → 1,6
; ste archivo debe ser editado con codificaci¢n CP866
 
iglobal
msg_sel_ker db "n£cleo", 0
msg_sel_app db "aplicaci¢n", 0
endg
Property changes:
Added: svn:eol-style
+native
\ No newline at end of property
/kernel/trunk/core/sys32.inc
13,6 → 13,9
 
$Revision$
 
if lang eq sp
include 'sys32-sp.inc'
end if
 
align 4 ;3A08
build_interrupt_table:
75,8 → 78,10
msg_exc_d db "General protection fault", 0
msg_exc_e db "Page fault", 0
 
if lang ~ eq sp
msg_sel_ker db "kernel", 0
msg_sel_app db "application", 0
end if
 
endg
 
213,7 → 218,11
pop ebx
.no_ud:
mov edx, [TASK_BASE];not scratched below
if lang eq sp
DEBUGF 1, "K : Proceso - terminado forzado PID: %x [%s]\n", [edx+TASKDATA.pid], [current_slot]
else
DEBUGF 1, "K : Process - forced terminate PID: %x [%s]\n", [edx+TASKDATA.pid], [current_slot]
end if
cmp bl, 0x08
jb .l0
cmp bl, 0x0e