mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
This commit is contained in:
parent
11de25c131
commit
0dacefe8ed
3 changed files with 3 additions and 3 deletions
|
|
@ -27,8 +27,8 @@ Name: "{group}\{cm:UninstallProgram,Uninstall}"; Filename: "{uninstallexe}"
|
||||||
[Files]
|
[Files]
|
||||||
Source: "..\setup\Cosmos.vsi"; DestDir: "{app}";
|
Source: "..\setup\Cosmos.vsi"; DestDir: "{app}";
|
||||||
Source: "Tools\*"; DestDir: "{app}\Tools"; Excludes: "*.log;*.asm;output.bin"; Flags: recursesubdirs;
|
Source: "Tools\*"; DestDir: "{app}\Tools"; Excludes: "*.log;*.asm;output.bin"; Flags: recursesubdirs;
|
||||||
Source: "..\source\Cosmos.Shell.Guess\bin\Debug\*.dll"; DestDir: "{app}\Tools\GAC";
|
Source: "..\source\Cosmos\Cosmos.Shell.Console\bin\Debug\*.dll"; DestDir: "{app}\Tools\GAC";
|
||||||
Source: "..\source\Cosmos.Shell.Guess\bin\Debug\IL2CPU.exe"; DestDir: "{app}\Tools\GAC";
|
Source: "..\source\Cosmos\Cosmos.Shell.Console\bin\Debug\IL2CPU.exe"; DestDir: "{app}\Tools\GAC";
|
||||||
Source: "..\setup\RegGac.exe"; DestDir: "{app}";
|
Source: "..\setup\RegGac.exe"; DestDir: "{app}";
|
||||||
Source: "..\Build\ISO\*.*"; DestDir: "{app}\ISO"; Excludes: "output.bin";
|
Source: "..\Build\ISO\*.*"; DestDir: "{app}\ISO"; Excludes: "output.bin";
|
||||||
|
|
||||||
|
|
|
||||||
BIN
Setup/Cosmos.vsi
BIN
Setup/Cosmos.vsi
Binary file not shown.
|
|
@ -15,7 +15,7 @@ namespace CosmosBoot {
|
||||||
// Main entry point of the kernel
|
// Main entry point of the kernel
|
||||||
public static void Init() {
|
public static void Init() {
|
||||||
Cosmos.Kernel.Boot.Default();
|
Cosmos.Kernel.Boot.Default();
|
||||||
Console.WriteLine("Done booting");
|
Console.WriteLine("Welcome! You just booted C# code. Please edit Program.cs to fit your needs");
|
||||||
while (true)
|
while (true)
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue