AUTOBOOT DISK MAKER FOR LUNIX-V0.1p4 AND C128 --------------------------------------------- The 'autolunix' program is a basic v2.0 program which makes the disk of LUnix OS bootable. Its usage is simple. Just load autolunix basic file and run it. It will check the boot sector, whether it is allocated or not. If the boot block (track 1 sector 0) is not free, it stops with prompting you the situation. If you don't bother to loose data or you do know what you're doing, typing "cont" continues the process. After succesfully writing of the boot-block, you can test it by pressing the reset button of your C128, while the boot disk is in the drive #8 . If there is no problem, the bootstrap code in the C128 firmware OS loads the boot-block into the $00b00 address, and executes the code presented in it. The code first loads the file "lunix.sys" with fast load routines of C128, then it writes the autostart information to the area of $8000. And finally it turns the 1571 into 1541 emulation mode and switches to C64 mode. The C64 firmware OS checks the autostart information, and following the pointers jumps to the $8009 address. The code at this location initializes the I/O and memory, deletes the autostart information and jumps to the $8c3a address which is starting address of LUnix OS. So that the LUnix will gain the control. Make use of it. Ilker Ficicilar filker@newton.physics.metu.edu.tr e068214@orca.cc.metu.edu.tr http://newton.physics.metu.edu.tr/~filker/cbm.html