Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Fdbox Alternatives
Similar projects and alternatives to fdbox
-
dosbox-staging
DOSBox Staging is a modern continuation of DOSBox with advanced features and current development practices.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
semblance
Disassembler for Windows executables. Supports 16-bit NE (New Executable), MZ (DOS), and PE (Portable Executable, i.e. Win32) files.
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
fdbox discussion
fdbox reviews and mentions
-
What is DOSShell, and how do I get to it?
FDBox from GitHub Note that it's technically meant for FreeDOS but could work
-
Little project program on C
Cool, waiting for your PR: https://github.com/elcuco/fdbox/
-
fdbox - a new shell for MSDOS/freeDOS
Regarding the code: its modern C code. It does not look outdated, my main target is Linux/OSX/Windows, but I keep it in such way that good old TurboC can compile it (on modern OSes I use cmake for the build system). I even made a script that creates a "D:" drive for me to develop, so I start dosbox and then I can run "tc" and compile the project (see the readme file on the github project, and also https://github.com/elcuco/fdbox/blob/main/etc/create_dosbox_dir.sh). As part of the CI/GithubActions I build on every commit the code and tests for Linux/Mac/Windows/DOS. Tests are run on all 3 modern platforms, and I will eventually run this on a dosemu session or something. I invested a lot in tooling.
- Write a minimal shell in pure win32
-
A note from our sponsor - InfluxDB
influxdata.com | 20 Apr 2025
Stats
diegoiast/fdbox is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of fdbox is C.