I made a virtual operating system that runs in the browser
sacred.neocities.org
I made a virtual operating system that runs in the browser
1–4 of 4 posts
Re: I made a virtual operating system that runs in the browser
#2This OS is still a work in progress. What do you guys think of it?
Re: I made a virtual operating system that runs in the browser
#3What separates my online OS from Windows 93, Windows 96, and Daedal OS, is the ability to export the entire "hard disk" to JSON and boot with it. Every system file is editable. In Sacred OS, HTML files are executable and HTML files are ran in iframes. These iframe programs can communicate with the kernel with the window.top.postMessage method. The whole thing was written using Vanilla JS. This OS is still a work in p…
Re: I made a virtual operating system that runs in the browser
#4What separates my online OS from Windows 93, Windows 96, and Daedal OS, is the ability to export the entire "hard disk" to JSON and boot with it. Every system file is editable. In Sacred OS, HTML files are executable and HTML files are ran in iframes. These iframe programs can communicate with the kernel with the window.top.postMessage method. The whole thing was written using Vanilla JS. This OS is still a work in p…
How does this work?