Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 4322 → Rev 4321

/programs/system/loaddrv/loaddrv.asm
File deleted
\ No newline at end of file
/programs/system/loaddrv
Property changes:
Deleted: tsvn:logminsize
-5
\ No newline at end of property
/programs/system/commouse/trunk/makefile
0,0 → 1,16
#!gmake
 
 
# Macro
FASM=/opt/bin/fasm
KPACK=/opt/bin/kpack
LANG=lang.inc
FILE=commouse
SOURCE=${FILE}.asm
OUT=${FILE}.bin
 
en:
${FASM} ${SOURCE} ${OUT}
 
clean:
rm -f ${LANG} ${OUT}
/programs/system/commouse/trunk/commouse.asm
0,0 → 1,26
use32
db 'MENUET01'
dd 1
dd start
dd i_end
dd mem
dd mem
dd 0, 0
 
start:
push 68
pop eax
push 16
pop ebx
push drvname
pop ecx
int 0x40
push -1
pop eax
int 0x40
 
drvname db 'COM_MOUSE',0
i_end:
align 16
rb 16
mem:
/data/eng/Makefile
52,7 → 52,7
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
colrdial:COLRDIAL:$(PROGS)/system/colrdial/color_dialog.asm \
loaddrv:LOADDRV:$(PROGS)/system/loaddrv/loaddrv.asm \
commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
/data/eng/settings/autorun.dat
4,7 → 4,7
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # COM mice detector
#/SYS/COMMOUSE "" 1 # COM mice detector
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/NETWORK/NETCFG A 1 #
/data/it/Makefile
52,7 → 52,7
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
colrdial:COLRDIAL:$(PROGS)/system/colrdial/color_dialog.asm \
loaddrv:LOADDRV:$(PROGS)/system/loaddrv/loaddrv.asm \
commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
/data/it/settings/autorun.dat
4,7 → 4,7
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # COM mice detector
#/SYS/COMMOUSE "" 1 # COM mice detector
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/NETWORK/NETCFG A 1 #
/data/et/Makefile
52,7 → 52,7
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
colrdial:COLRDIAL:$(PROGS)/system/colrdial/color_dialog.asm \
loaddrv:LOADDRV:$(PROGS)/system/loaddrv/loaddrv.asm \
commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
/data/et/settings/autorun.dat
4,7 → 4,7
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # COM mice detector
#/SYS/COMMOUSE "" 1 # COM mice detector
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/NETWORK/NETCFG A 1 #
/data/rus/Makefile
52,7 → 52,7
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
colrdial:COLRDIAL:$(PROGS)/system/colrdial/color_dialog.asm \
loaddrv:LOADDRV:$(PROGS)/system/loaddrv/loaddrv.asm \
commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
/data/rus/settings/autorun.dat
4,7 → 4,7
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # COM mice detector
#/SYS/COMMOUSE "" 1 # COM mice detector
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/NETWORK/NETCFG A 1 #
/data/sp/Makefile
52,7 → 52,7
calc:CALC:$(PROGS)/other/calc/trunk/calc.asm \
calendar:CALENDAR:$(PROGS)/system/calendar/trunk/calendar.asm \
colrdial:COLRDIAL:$(PROGS)/system/colrdial/color_dialog.asm \
loaddrv:LOADDRV:$(PROGS)/system/loaddrv/loaddrv.asm \
commouse:COMMOUSE:$(PROGS)/system/commouse/trunk/commouse.asm \
cpu:CPU:$(PROGS)/system/cpu/trunk/cpu.asm \
cpuid:CPUID:$(PROGS)/system/cpuid/trunk/CPUID.ASM \
desktop:DESKTOP:$(PROGS)/system/desktop/trunk/desktop.asm \
/data/sp/settings/autorun.dat
4,7 → 4,7
# If delay is negative, wait for termination of the spawned process. Otherwise, simply wait
#
#/SYS/CROPFLAT "XS800 YS480" 1 # set limits of screen
#/SYS/LOADDRV "COMMOUSE" 1 # COM mice detector
#/SYS/COMMOUSE "" 1 # COM mice detector
#/SYS/DEVELOP/BOARD "" 1 # Load DEBUG board
#/SYS/refrscrn "" 1 # Refresh screen
/SYS/NETWORK/NETCFG A 1 #