forked from KolibriOS/kolibrios
Fix for r. 2299
git-svn-id: svn://kolibrios.org@2319 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
c01092c6cf
commit
f67db447fa
@ -1,2 +1,3 @@
|
||||
@fasm setup.asm setup
|
||||
@kpack setup
|
||||
@pause
|
@ -826,13 +826,22 @@ save_fileinfo:
|
||||
file_name: db '/sys/setup.dat',0
|
||||
|
||||
I_PARAM dd 0
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
; Note to SVN revision 2299 - some parameters has not used,
|
||||
; but keep the order of the parameter has always needed!
|
||||
keyboard dd 0x0
|
||||
dd 0 ;midibase - not use, but...
|
||||
dd 0 ;cdbase - not use, but...
|
||||
dd 0 ;sb16 - not use, but...
|
||||
syslang dd 0x1
|
||||
dd 0 ;hdbase - not use, but...
|
||||
dd 0 ;f32p - not use, but...
|
||||
dd 0 ;sound_dma - not use, but...
|
||||
lba_read dd 0x1
|
||||
pci_acc dd 0x1
|
||||
mouse_speed dd 0x3
|
||||
mouse_delay dd 0x10
|
||||
;-----------------------------------------------------------------------------
|
||||
text00:
|
||||
|
||||
I_END:
|
||||
|
Loading…
Reference in New Issue
Block a user