Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mterwoord_cp authored and mterwoord_cp committed Mar 21, 2008
1 parent 11de25c commit 0dacefe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Setup/Cosmos.iss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Name: "{group}\{cm:UninstallProgram,Uninstall}"; Filename: "{uninstallexe}"
[Files]
Source: "..\setup\Cosmos.vsi"; DestDir: "{app}";
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.Shell.Guess\bin\Debug\IL2CPU.exe"; DestDir: "{app}\Tools\GAC";
Source: "..\source\Cosmos\Cosmos.Shell.Console\bin\Debug\*.dll"; 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: "..\Build\ISO\*.*"; DestDir: "{app}\ISO"; Excludes: "output.bin";

Expand Down
Binary file modified Setup/Cosmos.vsi
Binary file not shown.
2 changes: 1 addition & 1 deletion source/CosmosBoot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static void Main(string[] args) {
// Main entry point of the kernel
public static void Init() {
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)
;
}
Expand Down

0 comments on commit 0dacefe

Please sign in to comment.