Can I make a OS on repl?
I know you can make can OS with c++ but I wanna know if you can develop one right here on repl, can someone help?
Voters
LuckyHackers1
replit has NO WAY of running a os
you know what is assembly so how are you going to change registers from a browser
DynamicSquid
Probably? I know that there's some great tutorials out there.
Yes you can.
1: https://repl.it/talk/learn/A-beginners-guide-to-OS-Dev-Part-1/33328
2: https://repl.it/talk/learn/A-beginners-guide-to-OS-Dev-Part-2/33803
@Highwayman Thank you so much!
@Rileymabb yw! Happy coding! :)
@Highwayman It doesn't work 'cause #1 it looks like repl doesn't have assembly and #2 it's c not c++ but that still works.
@Rileymabb
install-pkg
command.gcc
forg++
and it should work.@Highwayman Oh, sorry thank you.
@Rileymabb you welcome! :) no need to be sorry always happy to help.
@Highwayman Wait I'm still confused with how you download/set up everything. I don't think the article does a good job of explaining how to set it up on repl.
@Rileymabb @Rileymabb ok, so you have your c++ repl. In the repl you can install the packages that the tutorial asks you to by typing the command
install-pkg PKG
, where PKG is the package name in the console. It should then cause a whole slew of info to output to the console and when it finishes you should have the package installed.@Rileymabb do you mean like you don’t really get where stuff goes?
@Highwayman Oh, thanks again.