
passwd.vcx is just an application to change the password, as you can see.
I'm trying to implement encryption, but it's not going well..

All the source is on GitHub http://github.com/omarrx024/vector!

Maybe you should add the build scripts to the GitHub repository tooomarrx024 wrote:Here's one step closer towards write access in my filesystem VectFS!
rm.vcx is simply a program that uses a system call to delete a file. Here, I deleted hello.vcx, which is just a Hello world application. Notice in the second "dir" directory listing that hello.vcx is not there!
Implementing write access is harder than I thought and it will take some more time.. But it will work!
Off topic note: The sources on GitHub are updated daily. That means the source for what I did today will be released tomorrow, and what I did tomorrow will be released on the day after, and so on.
Well, as of now, the only way to copy and move files on a VectFS filesystem is through using a hex editor, so without the disk image, a build script would be useless. This is why I won't release build scripts, instead I'll release disk images.seuti wrote:Maybe you should add the build scripts to the GitHub repository tooomarrx024 wrote:Here's one step closer towards write access in my filesystem VectFS!
rm.vcx is simply a program that uses a system call to delete a file. Here, I deleted hello.vcx, which is just a Hello world application. Notice in the second "dir" directory listing that hello.vcx is not there!
Implementing write access is harder than I thought and it will take some more time.. But it will work!
Off topic note: The sources on GitHub are updated daily. That means the source for what I did today will be released tomorrow, and what I did tomorrow will be released on the day after, and so on.
My BMP file viewer worked perfectly, it just doesn't like this specific pictureRoman wrote:The Undead Nyan Cat.
Thanks for your interest in my OS. Give me your email address and I will send it to you. If you want source code from my driver, my project is open source. See my GitHub repository if you want source code.SayedMohsen64 wrote:Do you happen to release the specs of your filesystem? I find it really interesting and I am just starting an OS project. If you don't mind, can you give me a basic idea of your filesystem? Maybe code from your filesystem driver?
[email protected]omarrx024 wrote:Give me your email address and I will send it to you.