Bad version (?)

This commit is contained in:
2021-09-14 19:02:20 +03:00
parent f551ca29ce
commit a58fee7200
58 changed files with 555 additions and 11189 deletions

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
50
48