Skip to content

fix: Use pcnet network adapter for Win9x - #1558

Merged
kroese merged 2 commits into
masterfrom
dev
Nov 7, 2025
Merged

fix: Use pcnet network adapter for Win9x#1558
kroese merged 2 commits into
masterfrom
dev

Conversation

@kroese

@kroese kroese commented Nov 7, 2025

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/define.sh
Comment on lines +1920 to 1921
[ -z "${ADAPTER:-}" ] && ADAPTER="pcnet" ;;
"win2k"* )

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shfmt] reported by reviewdog 🐶

Suggested change
[ -z "${ADAPTER:-}" ] && ADAPTER="pcnet" ;;
"win2k"* )
[ -z "${ADAPTER:-}" ] && ADAPTER="pcnet"
;;
"win2k"*)

Comment thread src/define.sh
Comment on lines +1927 to 1928
[ -z "${ADAPTER:-}" ] && ADAPTER="rtl8139" ;;
"winxp"* | "win2003"* )

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shfmt] reported by reviewdog 🐶

Suggested change
[ -z "${ADAPTER:-}" ] && ADAPTER="rtl8139" ;;
"winxp"* | "win2003"* )
[ -z "${ADAPTER:-}" ] && ADAPTER="rtl8139"
;;
"winxp"* | "win2003"*)

@kroese
kroese merged commit 6dbac13 into master Nov 7, 2025
2 checks passed
@kroese
kroese deleted the dev branch November 7, 2025 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant