Skip to content

Commit

Permalink
Change display name to Windows (9x/NT)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Feb 25, 2024
1 parent 0e0f5e0 commit 7f13f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/coreapp/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def from_id(platform_id: str) -> Platform:

WIN32 = Platform(
id="win32",
name="Windows 32",
name="Windows (9x/NT)",
description="x86 (32bit)",
arch="i686",
assemble_cmd='i386-pc-msdosdjgpp-as --32 -mmnemonic=intel -msyntax=intel -mnaked-reg -o "$OUTPUT" "$INPUT"',
Expand Down

0 comments on commit 7f13f3e

Please sign in to comment.