diff --git a/public/sitemap.xml b/public/sitemap.xml index 11719b7..afeb1b0 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -25,6 +25,11 @@ monthly 0.7 + + https://28k8.moonweb.org/bbs/pc/dosmenu/ + monthly + 0.7 + https://28k8.moonweb.org/bbs/pc/kosmos-design/ monthly diff --git a/src/layouts/TerminalLayout.astro b/src/layouts/TerminalLayout.astro index 2a87b8a..3a1f840 100644 --- a/src/layouts/TerminalLayout.astro +++ b/src/layouts/TerminalLayout.astro @@ -14,6 +14,7 @@ const { title, description = 'A 90s BBS/demoscene retro hub.', accentClass = '' + diff --git a/src/pages/bbs/pc/dosmenu.astro b/src/pages/bbs/pc/dosmenu.astro new file mode 100644 index 0000000..8050ae2 --- /dev/null +++ b/src/pages/bbs/pc/dosmenu.astro @@ -0,0 +1,124 @@ +--- +import { readFileSync } from 'node:fs'; +import TerminalLayout from '../../../layouts/TerminalLayout.astro'; +import TerminalShell from '../../../components/TerminalShell'; +import StatusBar from '../../../components/StatusBar.astro'; +import NavBar from '../../../components/NavBar.astro'; +import LetterFooter from '../../../components/LetterFooter.astro'; +import TextOverlay from '../../../components/TextOverlay.astro'; +import TextOverlayScript from '../../../components/TextOverlayScript.astro'; +import AnsiArt from '../../../components/AnsiArt.astro'; +import { BANNER_SKYLINE_SECTION } from '../../../lib/ansiArt'; +const dosmenuTxt = readFileSync('src/data/dosmenu.txt', 'utf-8'); +--- + + + + +

DosMENU™ v2.0

+

The Best Boot-Config-Utility ever

+

DosMENU is a boot configuration utility for DOS, created by Stefan of SkyLINE in 1994. It lets you choose which autoexec.bat and config.sys commands to load at boot time — with built-in MOD music player, picture display, and saveable presets.

+

Source file:

+ +

Features

+
+
+

Boot Selector

+

Toggle autoexec.bat and config.sys commands on or off before booting. No more editing text files — just select what you need.

+
+
+

MOD Music Player

+

Plays tracker modules while you configure your boot setup. Supports PC Speaker, SoundBlaster, and D/A Converter output.

+
+
+

Picture Display

+

Shows a PCX image on startup before the main menu appears. Configurable wait time.

+
+
+

10 Saveable Presets

+

Save your favorite configurations and load them with F1-F10. Never set up your boot config twice. (Registered version only)

+
+
+ +

System Info

+
DosMENU™ v2.0                  23-Sep-1994
+Platform: DOS                  Language: English
+Written in Turbo Pascal 6.0    1900 lines + some ASM
+Copyright (C) 1994 by Stefan of SkyLINE
+ +

Additional Utilities

+

DosMENU ships with three add-on programs:

+
    +
  • DM_RESET.EXE — Fast Reset: Reboots your system directly from DOS without waiting for BIOS memory tests.
  • +
  • DM_SHOW.EXE — Configuration Viewer: Displays the current preset name loaded in memory.
  • +
  • DM_ANSI.EXE — DosMENU Logo ANSI Viewer: Renders the DosMENU logo in colored ANSI art.
  • +
+ +

Download

+

[D]ownload DosMENU v2.0

+ +

DosMENU, DosMENU-Logo and SkyLINE-Bench are trademarks of SkyLINE ShareWare-Service and SkyLINE ShareWare-Development.

+ + + + +
+ +
+ + diff --git a/src/pages/bbs/pc/skyline.astro b/src/pages/bbs/pc/skyline.astro index 819324d..e89729e 100644 --- a/src/pages/bbs/pc/skyline.astro +++ b/src/pages/bbs/pc/skyline.astro @@ -27,13 +27,14 @@ const intros = releases.filter((r) => r.data.title.toLowerCase().includes('intro

"We want to code real cool demos in asm."

Source files:

Tools & Utilities

+ {tools.map((release) => (

{release.data.title}

{release.data.description}

Year: {release.data.year ?? '19xx'}   Platform: {release.data.platform}

- {release.data.download_url &&

Download

} + {release.data.download_url &&

Download{release.data.title.toLowerCase().includes('dosmenu') && <>  |  Details}

}
{release.data.file_id_diz}
@@ -60,3 +61,17 @@ const intros = releases.filter((r) => r.data.title.toLowerCase().includes('intro { id: 'overlay-files-bbs', title: 'FILES.BBS', content: skylineFilesBbs }, ]} /> + +