mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
5 lines
129 B
Batchfile
5 lines
129 B
Batchfile
@echo off
|
|
ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9 ,,,, > kernel.lnk
|
|
echo op map,statics,verbose >> kernel.lnk
|
|
call wlink @kernel.lnk
|