Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

mini Linux emulator program for fx-9860 series

NotificationsYou must be signed in to change notification settings

mohdmot/FxLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FxLinux is a mini Linux emulator program that runs on thefx-9860 series. It contains a terminal similar to Linux systems and takes input from the buttons in the same way as input from the rest of the calculator add-ins.

The program contains some commands in theF1-F6 buttons, which are :

F1:   It cleans the terminal of all contentsF2:   Switch between uppercase and lowercase lettersF3:   It shows you the commands available in the systemF6:   Stops the program/add-in

The program is a Linux emulator, So of course there will be text commands that you can use and interact with the system with, which are :

help:      It shows you the commands available in the systemexit:      Stops the program/add-inshutdown:  Same thing as exitclear:     It cleans the terminal of all contentsls:        Display files and folders in the current pathcat:       Print the content of a specified fileuname:     Print system informationecho:      Print text in the terminalcd:        Change the current pathrm:        Delete a specified filermdir:     Delete a specified foldersleep:     Stop the system for several secondspwd:       Print the current pathtouch:     Create an empty filemkdir:     Make a folderbash:      Run a bash script file for FX Linux. You can write the same terminal ./ :         commands inside the file and then run it.

This program is the first program I wrote in the C language and also the first program I wrote for a calculator, so there are some strange errors. For example, the addin crash sometimes when using some commands such as :mkdir, rmdir, cat , etc.. ( after they are executed)

Also, dealing with paths is a bit clumsy, so make sure you are in the right place to point to a specific file or folder.


[8]ページ先頭

©2009-2025 Movatter.jp