Final version

This commit is contained in:
2021-09-14 18:59:37 +03:00
parent 17342b6665
commit 6faff6dedb
19 changed files with 7 additions and 495 deletions

View File

@ -1,7 +1,7 @@
@echo off
C:
chdir C:\Dev\lux
E:
chdir E:\Software\OsDev
set CYGWIN=nodosfilewarning
C:\cygwin\bin\bash /cygdrive/c/Dev/lux/build.sh
bash /cygdrive/e/Software/OsDev/lux/build.sh

View File

@ -1,6 +1,6 @@
@echo off
C:
chdir C:\Dev\lux
E:
chdir E:\Software\OsDev\lux
C:\cygwin\bin\bash /cygdrive/c/Dev/lux/scripts/pack.sh
bash /cygdrive/e/Software/OsDev/lux/scripts/pack.sh

View File

@ -1,6 +1,6 @@
#!/bin/sh
cd /cygdrive/c/Dev
cd /cygdrive/e/Software/OsDev
# Get version number
read version < ./lux/Kernel/include/version.h