实现用户态程序

This commit is contained in:
2026-03-27 21:32:18 +08:00
parent 7a7d44e9d8
commit 0988f4c820
13 changed files with 293 additions and 5 deletions

View File

@@ -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 = "",