Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1 |
beyerle@PS |
1 |
@ECHO OFF
|
|
|
2 |
REM #########################################################################
|
|
|
3 |
REM DOS batch file to boot Linux.
|
|
|
4 |
|
|
|
5 |
REM First, ensure any unwritten disk buffers are flushed:
|
|
|
6 |
@smartdrv /C
|
|
|
7 |
|
|
|
8 |
REM Start the LOADLIN process:
|
|
|
9 |
cls
|
|
|
10 |
loadlin @config %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
|
11 |
|
|
|
12 |
REM #########################################################################
|