3 posts
Posted 13 August 2015 - 09:10 PM
i get this:
bios:14: [string "setup"]:1: "=" expected.
when i type:
pastebin run sM1KGHYG
what i do wrong? i'm working on a operating system right now… any fix?
7083 posts
Location
Tasmania (AU)
Posted 14 August 2015 - 04:02 AM
Where exactly are you typing it? I can't see why that code would produce that error, and can't reproduce it myself.
957 posts
Location
Web Development
Posted 14 August 2015 - 04:46 AM
Line 2 of that pastebin is this:
fs.makeDir(system)
You need quotes around "system" to make it a string, but you don't even need to make the directory.
When you try to make anything in the folder, the folder is automatically created.
Though that wouldn't cause the error you were getting…
Edited on 14 August 2015 - 02:47 AM
3 posts
Posted 15 August 2015 - 08:26 PM
Line 2 of that pastebin is this:
fs.makeDir(system)
You need quotes around "system" to make it a string, but you don't even need to make the directory.
When you try to make anything in the folder, the folder is automatically created.
Though that wouldn't cause the error you were getting…
tried, not working.
Where exactly are you typing it? I can't see why that code would produce that error, and can't reproduce it myself.
http://pastebin.com/sM1KGHYG here
7083 posts
Location
Tasmania (AU)
Posted 16 August 2015 - 01:16 AM
No, I'm asking what exactly you're typing "pastebin run sM1KGHYG" into, given that entering it directly into a newly placed computer does not generate that error.