From Wiki96
(Created page with "Using a simple API, you can render a BSOD (Bluescreen of Death). This simple function works in Windows 96 v2 and newer. === Usage === Rendering a BSOD is very simple. It uses one function that only requires one argument. <syntaxhighlight lang="js"> w96.sys.renderBSOD("message of BSOD") </syntaxhighlight>") |
Undefishin (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Using | Using this simple API, you can render a BSOD (Blue Screen of Death). This simple function works in [[Windows 96 v2]] and newer. | ||
=== Usage === | === Usage === |
Latest revision as of 14:49, 28 June 2024
Using this simple API, you can render a BSOD (Blue Screen of Death). This simple function works in Windows 96 v2 and newer.
Usage
Rendering a BSOD is very simple. It uses one function that only requires one argument.
w96.sys.renderBSOD("message of BSOD")