Search found 3 matches
- Sun Sep 28, 2008 8:26 pm
- Forum: Programming
- Topic: Attempting to code a password secure OS.
- Replies: 7
- Views: 6468
- Sun Sep 28, 2008 8:07 am
- Forum: Programming
- Topic: Attempting to code a password secure OS.
- Replies: 7
- Views: 6468
That's a pretty general question. Maybe you should post your code and let the forum members inspect it. A couple of ways to do it are at http://6502.org/source/strings/patmatch.htm and http://6502.org/source/strings/comparisons.html on this web site. I have not looked at them in any detail. You may ...
- Sun Sep 28, 2008 6:53 am
- Forum: Programming
- Topic: Attempting to code a password secure OS.
- Replies: 7
- Views: 6468
Attempting to code a password secure OS.
I'm making a Operating System as my first project in 6502 Commodore asembly.
I have ran into a stump..
I know how to:
Grab input, Print output, and all that good stuff.
However, I'm trying to make a password protection part, and idiodically I thought of a simple code, which doesn't work.
I'm ...
I have ran into a stump..
I know how to:
Grab input, Print output, and all that good stuff.
However, I'm trying to make a password protection part, and idiodically I thought of a simple code, which doesn't work.
I'm ...