Tiberiu Chibici
852cf1bb17
==================================================== Mainly changed: FS.Initrd + (kind of) refractored VFS, bugfixed + Rewrote 'initrd' file system, fixed many problems + Working 'cat' and 'dir' console commands + Wrote 'initrd' image write application (for windows), however it may be bugged
8 lines
109 B
Batchfile
8 lines
109 B
Batchfile
@echo off
|
|
|
|
C:
|
|
chdir C:\Dev\lux
|
|
set CYGWIN=nodosfilewarning
|
|
|
|
C:\cygwin\bin\bash /cygdrive/c/Dev/lux/build.sh
|