Hi, I just re-enabled the 'show command. This is a command that, depending
on the argument will display the copyright (show c), warranty (show w), or
the list of developers (show d) sorry if I didn't include everybody, just
notify me and I will add you
:)
--------------------------------------------
'Not bad for an 11-year old'
Liam
--------------------------------------------
Index: Core/Shell/Commands/BuiltIn/Show.cs
===================================================================
--- Core/Shell/Commands/BuiltIn/Show.cs (revision 688)
+++ Core/Shell/Commands/BuiltIn/Show.cs (working copy)
@@ -52,6 +52,12 @@
TextMode.WriteLine ("illuminus - Bruce Markham -
illuminus86 /at/ gmail /dot/ com");
TextMode.WriteLine ("darxkies - Mircea-Cristian Racasan
- darx_kies /at/ gmx /dot/ net");
TextMode.WriteLine ("moitoius - Jonathan Dickinson -
jonathand /dot/ za /at/ gmail /dot/ com");
+ TextMode.WriteLine ("Logical_Error - Sander van Rossen
- sander/dot/ vanrossen /at/ gmail /dot/ com");
+ TextMode.WriteLine ("lsmithmier");
+ TextMode.WriteLine ("jmacdonagh");
+ TextMode.WriteLine ("msieradzki");
+ TextMode.WriteLine ("asgeirh");
+ TextMode.WriteLine ("darkdonno");
}
[Label (lblGetHelp)]
@@ -76,4 +82,4 @@
return entry;
}
}
-}
\ No newline at end of file
+}
Index: Core/Shell/Commands/CommandTableHeader.cs
===================================================================
--- Core/Shell/Commands/CommandTableHeader.cs (revision 688)
+++ Core/Shell/Commands/CommandTableHeader.cs (working copy)
@@ -259,7 +259,8 @@
//header->AddEntry (BuiltIn.victim.CREATE ());
header->AddEntry (BuiltIn.Help.CREATE ());
- header->AddEntry (BuiltIn.Cls.CREATE ());
+ header->AddEntry (BuiltIn.Cls.CREATE());
+ header->AddEntry (BuiltIn.LoadTextToMem.CREATE());
header->AddEntry (BuiltIn.Commands.CREATE ());
header->AddEntry (BuiltIn.CpuId.CREATE ());
header->AddEntry (BuiltIn.Egg.CREATE ());
@@ -268,10 +269,10 @@
header->AddEntry (BuiltIn.MemDump.CREATE ());
header->AddEntry (BuiltIn.Panic.CREATE ());
header->AddEntry (BuiltIn.Reboot.CREATE ());
- header->AddEntry(BuiltIn.Snake.CREATE());
header->AddEntry (BuiltIn.Stage.CREATE ());
- header->AddEntry (BuiltIn.Version.CREATE ());
-
+ header->AddEntry (BuiltIn.Version.CREATE());
+ header->AddEntry (BuiltIn.Show.CREATE());
+ header->AddEntry (BuiltIn.Snake.CREATE());
return header;
}
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers