forked from w84death/smolOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanual.txt
More file actions
26 lines (17 loc) · 663 Bytes
/
manual.txt
File metadata and controls
26 lines (17 loc) · 663 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pegasusOS MANUAL
-------------
# About
pegasusOS - a fork of smolOS (targetting ESP8266 and RP2040) ready to connect to internet.
## List of user commands
`banner` - prints system banner
`stats` - shows hardware and software information
`cls` - clear the screen
`ls` - list files on the device
`info filename` - prints info about a file (size, if it's protected)
`cat filename` - print file content
`rm filename` - remove the file <!> danger <!>
`ed filename` - smolEDitor, small but powerful text editor
`mhz` 160 - set CPU speed in MHz, supported values are from 80 to 160
`reboot` - reboot the system (soft reset)
## txtEDitor
TBD