So I Want To Make A Version OF MS-DOS For My Meowbit But I Don’t Know How To Add The Commands
2 Likes
You have to hard code them, there’s no other way
but how i dont know the blocks for it
The console is used for debugging, not for actual commands, therefore you can’t input values in the console trough the simulator, you can only display them.
alternatively implement an x86 interpreter and virtual memory and run ms dos
1 Like