You are browsing as a guest. Sign up (or log in) to start making projects!

1h 42m 58s logged

Devlog 2:

I finally built a file system inside roblox!! :yay:
Now you can save your class notes inside roblox as a cloud storage :joy-dance:
This took quite a bit of time, but I added syscall support for Read !

Stay tuned to see a working linux inside roblox ! :fish-eyes:

1
80

Comments 3

@obedot

This is crazy. How are you even programming in assembly inside Roblox?

@XeroDay

@obedot hehe, So i am not writing this in assembly, I am writing this in Luau and making the luau code parse the ASM Instructions, and I do this for all the syscalls, opcodes and operations until I cover most of it. I will share all the details from where I take the opcodes and syscall check lists soon!! And I will also publish this on Roblox so you can checkout and with source code :D

@obedot

Ohh I see. That’s a very interesting concept!