You set up LILO through the command liloconfig (A little more details here:
Slackbook ), liloconfig is run during the setup.
If it for some reason it doesn't find your Windows partition (unlikely, but still), you can allways edit the file /etc/lilo.conf manually. Too add the Windows partition you just add these lines:
Code:
Other=/dev/hda1
label=”Windows”
table=/dev/hda
Then run the command "/sbin/lilo" and you're done.