Jump to content




MarcoDOS


  • You cannot reply to this topic
5 replies to this topic

#1 MarcoPolo0306

  • Members
  • 71 posts
  • LocationEverywhere and nowhere.

Posted 27 August 2016 - 01:56 AM

just delete this post please

MarcoDOS is a dos program that runs over CraftOS. I am currently working on a editer that comes with it, the name will be MDOSedit.
MarcoDOS can run on regular computers, to!

INSTALLER LINKS

Spoiler

Disclaimer

​READ PLEASE!

MarcoDOS is not 100% made by me. It is actually build off of CraftOS.


Edited by MarcoPolo0306, 24 April 2017 - 11:16 PM.


#2 CrazedProgrammer

  • Members
  • 495 posts
  • LocationWageningen, The Netherlands

Posted 27 August 2016 - 10:47 AM

Uhh you copied /rom/programs/shell, made some really small changes and called it yours?

Comparison picture:
Spoiler
(left: MarcoDOS, right: /rom/programs/shell)

Edited by CrazedProgrammer, 27 August 2016 - 10:55 AM.


#3 houseofkraft

  • Members
  • 170 posts
  • LocationUSA

Posted 27 August 2016 - 11:51 AM

When i tried running MarcoDOS it said "startup:343: attempt to index ? (a nil value)"

#4 TheRockettek

  • Members
  • 547 posts
  • LocationRem is best girl

Posted 27 August 2016 - 01:09 PM

View Posthouseofkraft, on 27 August 2016 - 11:51 AM, said:

When i tried running MarcoDOS it said "startup:343: attempt to index ? (a nil value)"

The version of computercraft you are uw8ng doewnt have the settings api

#5 Admicos

  • Members
  • 207 posts
  • LocationTurkey

Posted 27 August 2016 - 02:13 PM

View PostCrazedProgrammer, on 27 August 2016 - 10:47 AM, said:

Uhh you copied /rom/programs/shell, made some really small changes and called it yours?

Comparison picture:
Spoiler
(left: MarcoDOS, right: /rom/programs/shell)
Here it is as a diff:
1c1,3
< 
---
> term.clear()
> term.setTextColor(colors.blue)
> print("MarcoDOS 1.0")
26,27c28,29
<  promptColour = colours.yellow
<  textColour = colours.white
---
>  promptColour = colours.green
>  textColour = colours.blue
53c55
<	  printError( "No such program" )
---
>	  printError( "fileError: File does not exist." )
301c303
<				 printError( "No such program" )
---
>				 printError( "fileError: File does not exist." )
336c338
<		 write( shell.dir() .. "> " )
---
>		 write( shell.dir() .. "$/ > " )

Edited by Admicos, 27 August 2016 - 02:19 PM.


#6 Goof

  • Members
  • 751 posts

Posted 27 August 2016 - 03:21 PM

View PostAdmicos, on 27 August 2016 - 02:13 PM, said:

Spoiler
I do certainly not see the point of copying in-built source code, modifying it a bit, then posting it in the Operating Systems forum.

Operating Systems should be something functional and creative; not just a copy of the default command line with barely any differences;

My suggestion would be to try and be more creative; Add some features, get to know the code. Maybe even start from scratch and see what you are able to accomplish on your own.

Edited by Mikk809h, 27 August 2016 - 03:23 PM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users