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.
C-script 2026-04-28 17:42
@Sylveon do you have some ideas for the OS?
Sylveon 2026-04-29 03:54
@C-script hmm maybe an Multiplayer pong game :3
C-script 2026-05-12 21:26
@Sylveon do you have any ideas on how to use what @sp4cebar did with an online disk? The goal is to have the browser online for multiple people to access.