mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-24 03:24:00 +00:00
实现用户态程序
This commit is contained in:
@@ -86,6 +86,18 @@ namespace CMLeonOS.Commands
|
||||
Description = "Simple calculator"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "exporttestexe",
|
||||
Parameters = "<output>",
|
||||
Description = "Export test.exe to specified path"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "exportbackground",
|
||||
Parameters = "<output>",
|
||||
Description = "Export background to specified path"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "calcgui",
|
||||
Parameters = "",
|
||||
|
||||
Reference in New Issue
Block a user