Redesign launcher UI with 98.css#347
Merged
Merged
Conversation
Patches src/ide.js before building: restores the dual master+slave writes for ATA Command Block registers (Features, Sector Count, LBA Low/Mid/High) that 1b90d2e7 changed to current_interface-only. Those registers are channel-shared per ATA spec; Win95's ESDI_506.PDR writes them then switches drive-select expecting the values to persist. Found via JS-only bisect. Boots fresh in ~32s with the same sporadic-bluescreen rate as the prod build. The new build has the tcp-connection bus event so SMB uses the clean path instead of the connection-theft hack (guard added for the old-API monkeypatch to skip if the bus handler already accepted). tools/update-v86.js applies the source patch automatically. v86 checkout left clean (patch stashed).
Replace the sparse start/settings cards with a Win95-styled launcher: - Start screen is now a 'Welcome to Windows 95' dialog with a gradient side stripe, a rotating tip box, and a button column. - Settings is a tabbed Properties sheet (Floppy / Network / State) with group boxes, sunken read-only path fields, and OK/Cancel. - Vendored 98.css and its Pixelated MS Sans Serif fonts; dropped the old 95css-based .btn/.card/.nav classes. - Removed the bottom taskbar nav (start-menu.tsx) — navigation now goes through the dialog buttons so the launcher isn't mistaken for the running OS.
The tab, file picker, and prop wiring are all back and styled to match the new Properties sheet, gated on CDROM_ENABLED=false until v86's IDE CD path works again.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the sparse start/settings cards with a period-correct launcher built on 98.css.
What changed
98.cssplus its four Pixelated MS Sans Serif.woff/.woff2files;index.htmlnow loads that instead of95css.css.start-menu.tsx). Navigation goes through the dialog buttons so the launcher can't be mistaken for the running OS.root.less/start.less/settings.lessfor the new markup; dropped the old.btn/.card/.nav-*classes.Notes for review
src/less/vendor/95css.cssis now unreferenced and can be deleted in a follow-up.onChangeCdromincard-settings.tsxis still bound but unused (CD-ROM was already disabled before this change).