mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
CRLF Windows
This commit is contained in:
parent
2707d9e157
commit
d02e02fd6c
BIN
Zenith-latest-2020-03-05-20_33_07.iso → Zenith-latest-2020-03-08-07_40_05.iso
Executable file → Normal file
BIN
Zenith-latest-2020-03-05-20_33_07.iso → Zenith-latest-2020-03-08-07_40_05.iso
Executable file → Normal file
Binary file not shown.
3
mnt.ps1
Normal file
3
mnt.ps1
Normal file
@ -0,0 +1,3 @@
|
||||
copy -r -Force E:/* ~/Desktop/zenithos/src/
|
||||
del ~/Desktop/zenithos/*.iso
|
||||
move ~/Desktop/zenithos/src/Tmp/MyDistro.ISO.C ~/Desktop/zenithos/Zenith-latest-$(get-date -Format "yyyy-MM-dd-HH_mm_ss").iso
|
@ -11,7 +11,7 @@ Bool ParseAsmImm(CCompCtrl *cc, CAsmArg *arg)
|
||||
cc->flags &= ~(CCF_UNRESOLVED + CCF_LOCAL);
|
||||
|
||||
if (!IsLexExpression2Bin(cc, &arg->num.machine_code))
|
||||
LexSkipEol(cc);
|
||||
LexSkipEol(cc); //d
|
||||
else
|
||||
{
|
||||
if (cc->abs_counts.externs)
|
||||
|
10
src/Home/Registry.CC
Normal file
10
src/Home/Registry.CC
Normal file
@ -0,0 +1,10 @@
|
||||
$TR,"Zenith"$
|
||||
$ID,2$$TR,"SysMessageFlags"$
|
||||
$ID,2$sys_message_flags[0]=0;
|
||||
$ID,-2$$TR,"SysRegVer"$
|
||||
$ID,2$registry_version=1.000;
|
||||
$ID,-2$$ID,-2$$TR,"Once"$
|
||||
$ID,2$$TR,"Zenith"$
|
||||
$ID,2$$ID,-2$$TR,"User"$
|
||||
$ID,2$$ID,-2$$ID,-2$$TR,"AutoComplete"$
|
||||
$ID,2$ac.col=98;ac.row=23;$ID,-2$
|
Loading…
x
Reference in New Issue
Block a user