C-script 2026-04-18 06:15 (Edited)
I have made an operating system, but I need to make a browser and after weeks of unsuccessful programs I now ask for help.
It needs to be able to find, add and find websites made in the program off of key words.
You do you.
Sylveon 2026-04-20 03:58
I’ll work on it rn :3
Sylveon 2026-04-20 03:58
The Shared ROM will be formatted in a specific way to look up IPs and retrieve simple HTML data to view on the text-based program
C-script 2026-04-20 05:26
Thanks!
C-script 2026-04-20 17:36 (Edited)
@Sylveon I was trying to use persistent RAM by converting the letters to numbers then adding 1000 to each letter. After that save the numbers, load program and divide by 1000 to get most of the letters using IF...ELSE...THEN.
I didn't get it to work but I hope this helps.