*** La traduction en fran�ais se trouve apr�s les 3 ast�risques (*)
John G. Heim writes:
 > Should I be able to save my cheat code to start Oralux with a doubletalk LT 
 > external synth?
 > 

It might work if the 0.6 alpha CD is directly boot up.
After the three 'yes', saveconfig will display a confirmation message:
"Please insert an empty DOS or ext2 formatted floppy disk
Please press key y or n."

If a boot floppy was used, there are issues to save the config to the
same floppy or another one. 

Otherwise, a possibility is to customise the iso, in adding
tts=doubletalk in the syslinux.cfg file in boot.img.

A way is to directly patch the iso binary to modify the syslinux.cfg
file.

For example, in editing the very first 1000 bytes of the 0.6 alpha iso
using emacs, the syslinux.cfg can be found. 
There are several lines such as:

APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off
hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi
hdh=scsi vga=791 initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix

the last one line is full of # so that it could be filled by another APPEND
line including for example the tts=doubletalk.

Or we could replaced 'hdg=scsi hdh=scsi' by 'tts=doubletalk   ' in the
first APPEND.

something like:
sed "s/hdg=scsi hdh=scsi/tts=doubletalk   /" oralux.iso > oraluxCustom.iso  

It would be better to have a program to update these lines.

Regards,

Gilles

***
Bonjour,

Il est possible de modifier son CD de telle sorte que certains
cheatcode y soient inclus.
Une fa�on de faire est de modifier quelques caract�res directement
dans l'iso.
Par exemple en �ditant les 1000 premiers caract�res de 0.6 alpha, on
retrouve le fichier syslinux.cfg.
Il y a plusieurs lignes du type:
APPEND ramdisk_size=100000 init=/etc/init lang=us apm=power-off
hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi
hdh=scsi vga=791 initrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix

la derni�re ligne ne contient que des # de telle sorte qu'elle
pourrait �tre remplac�e par une nouvelle ligne APPEND incluant les
cheatcodes souhait�s.

Un programme pourrait modifier ces lignes. 

A+

Gilles



-- 
Oralux http://oralux.org
_______________________________________________
Oralux mailing list
[email protected]
http://lists.freearchive.org/mailman/listinfo/oralux

Reply via email to