From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: Matt Senecal Message-ID: <9s6ing$l73$1@newpoisson.nosc.mil> References: <20011105131858.713B1199B5@mail.cse.psu.edu> Subject: Re: [9fans] Help: Manually set Plan 9 as Win 9x boot option? Date: Mon, 5 Nov 2001 17:36:35 +0000 Topicbox-Message-UUID: 14ae1f96-eaca-11e9-9e20-41e7f4b1d025 Many thanks! :) wrote in message news:20011105131858.713B1199B5@mail.cse.psu.edu... > Yes, here's some examples: > > % cat /n/c:/autoexec.bat: > > @ECHO OFF > GOTO %config% > > :plan9 > C:\PLAN9\LD.COM sdC0!dos!plan9/9load > GOTO end > > :dos > GOTO end > > :windows > C:\WINDOWS\COMMAND\DOSKEY.COM > > SET Path=C:\PROGRA~1\THINKPAD\UTILIT~1; > > REM The following line creates the hibernation file. > if not exist C:\save2dsk.bin C:\PROGRA~1\THINKPAD\UTILIT~1\phdisk /c /f > Rem The following line is no longer needed. It may be deleted. > If Exist C:\MFGBOOTI.REG C:\WINDOWS\REGEDIT C:\MFGBOOTI.REG > win > > :end > > % cat /n/c:/config.sys > [menu] > MENUITEM=plan9, Plan 9 > MENUITEM=windows, Windows 98 > MENUITEM=dos, DOS > > [dos] > > [plan9] > > [windows] > > [common] > > Also, you need to have the two lines > Logo=0 > BootGUI=0 > in c:\msdos.sys (it's hidden and read-only so you have to change the > attributes).