{"id":30383087,"url":"https://github.com/superilu/dosdevelresources","last_synced_at":"2026-02-09T08:03:35.549Z","repository":{"id":310224804,"uuid":"1039136645","full_name":"SuperIlu/DOSDevelResources","owner":"SuperIlu","description":"A short list of development resources for MS-DOS. Heavily influenced by my own projects and favorites","archived":false,"fork":false,"pushed_at":"2025-10-06T18:50:06.000Z","size":67,"stargazers_count":121,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-06T20:43:24.826Z","etag":null,"topics":["ms-dos","retrocomputing","retrodev"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SuperIlu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-16T15:00:26.000Z","updated_at":"2025-10-06T18:50:09.000Z","dependencies_parsed_at":"2025-09-28T10:18:58.092Z","dependency_job_id":"91dd95f7-f060-449e-98e6-50aa5e53c3ba","html_url":"https://github.com/SuperIlu/DOSDevelResources","commit_stats":null,"previous_names":["superilu/dosdevelresources"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SuperIlu/DOSDevelResources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperIlu%2FDOSDevelResources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperIlu%2FDOSDevelResources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperIlu%2FDOSDevelResources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperIlu%2FDOSDevelResources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperIlu","download_url":"https://codeload.github.com/SuperIlu/DOSDevelResources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperIlu%2FDOSDevelResources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29259466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ms-dos","retrocomputing","retrodev"],"created_at":"2025-08-20T23:19:55.004Z","updated_at":"2026-02-09T08:03:35.533Z","avatar_url":"https://github.com/SuperIlu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# MS-DOS development resources\nThis is my short list of interesting resources for MS-DOS development. This is neither meant to be unbiased nor exhaustive, it is just a list of software/tools I know and/or use. The focus is on free and open source software. No abandonware!\n\n* (F) indicates a favorite of mine\n* (S) is one of my own projects\n\n# Compiler\n## DJGPP (F)\nDJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS. It includes ports of many GNU development utilities. The development tools require a 80386 or newer computer to run, as do the programs they produce. In most cases, the programs it produces can be sold commercially without license or royalties. \n### Links\n- Project page: https://www.delorie.com/djgpp/\n- Creating a cross compiler on Linux: https://github.com/jwt27/build-gcc\n- RHIDE integrated enviroment for DJGPP: https://sourceforge.net/projects/rhide/\n\n## OpenWatcom (F)\nAn open source version of the Watcom C/C++ and FORTRAN 77 compiler able to create EXEs for 16/32bit DOS and Windows.\n### Links\n- Project page: http://www.openwatcom.org/\n- Friendly fork: https://github.com/open-watcom/open-watcom-v2\n\n## FreeBASIC\nFreeBASIC is a free/open source (GPL), BASIC compiler for Microsoft Windows, DOS and Linux. \n### Links\nhttps://www.freebasic.net/\n\n## BCC\nC compiler that produces 8086 assembler for tiny/small models.\n### Links\nhttps://gitlab.com/FreeDOS/devel/bcc\n\n## GCC-IA16\nIntel 16-bit x86 port of GNU compilers\n### Links\nhttps://gitlab.com/tkchia/build-ia16\n\n## Free Pascal\nFree Pascal is a mature, versatile, open source Pascal compiler.\n### Links\nhttps://www.freepascal.org/\n\n## JWasm\nmasm compatible assembler.\n### Links\nhttps://github.com/Baron-von-Riedesel/JWasm\n\n## i486-w64-mingw32 (S)\nCompile a MSVCRT base mingw64 for i486 architectures on Linux.\n### Links\nhttps://gist.github.com/SuperIlu/1f0ed930d907442c0fcb2566f7e63ae9\n\n# Interpreters/Frameworks\n## DOjS (S)\nA MS-DOS Creative Coding IDE/platform based on JavaScript.\n### Links\nhttps://github.com/SuperIlu/DOjS\n\n## LoveDOS (S)\nA framework for making 2D DOS games in Lua. LoveDOS provides an API based on a subset of the LÖVE API.\n### Links\n- Original version: https://github.com/rxi/lovedos\n- My version with small fixes/improvements: https://github.com/SuperIlu/lovedos\n\n## QBASIC\nQuickBasic is a programming language developed by Microsoft for use in the MS-DOS operating system.\n### Links\nhttp://www.petesqbsite.com/sections/introduction/intro.shtml\n\n## GameMaker\nRecreational Software Design's GameMaker product, released in 1994 \n### Links\nhttps://github.com/gandrewstone/GameMaker\n\n## Adventure Creation Kit\nAdventure Creation Kit (ACK) is a game development tool by Chris Hopkins that allows you design and play top-down 2D tile-based RPGs like Ultima IV \u0026 V of yore.\n### Links\nhttps://mozomedia.com/ack/aboutack/\n\n## ADVGEN\nADVGEN is a text adventure game compiler and interpreter system that I wrote in QuickBASIC in 1991 over the course of a month when I was in middle school. It has been untouched since then.\n### Links\nhttps://github.com/RobertSundling/ADVGEN\n\n## DIV Games Studio 2\nComplete cross platform games development package, originally for DOS but now available on modern platforms. \n### Links\nhttps://github.com/DIVGAMES/DIV-Games-Studio\n\n## GW-BASIC\n### Links\n- GW-BASIC: https://codeberg.org/tkchia/GW-BASIC\n- PC-BASIC, Free, cross-platform emulator for the GW-BASIC family of interpreters: https://robhagemans.github.io/pcbasic/\n- A collection of GW-BASIC code by various authors: https://github.com/robhagemans/hoard-of-gwbasic\n- BW-BASIC sample programs: https://ibiblio.org/pub/micro/pc-stuff/freedos/files/devel/basic/basprg/\n\n# Libraries\nHelper libraries for various topics.\n\n## lib16 (S)\nSmall 16-bit DOS library for use with OpenWatcom.\n### Links\nhttps://github.com/SuperIlu/lib16\n\n## AllegroXC (F)\nFork of Allegro 4.2.2 for cross compiling for DOS game development \n### Links\nhttps://github.com/msikma/allegro-4.2.2-xc\n\n## PCTIMER\nMillisecond Resolution Timing With DJGPP V2 and DPMI\n### Links\nhttps://technology.chtsai.org/pctimer/\n\n## GLIDE3 (F)\nThis is the source code to 3Dfx Glide for Voodoo graphics accelerators.\n### Links\nhttps://github.com/sezero/glide\n\n## Watt-32 (F)\nWatt-32 TCP/IP library and samples. \n### Links\nhttps://github.com/gvanem/Watt-32\n\n## mTCP\nmTCP is a set of TCP/IP applications for personal computers running PC-DOS, MS-DOS, FreeDOS, and other flavors of DOS.\n### Links\nhttps://www.brutman.com/mTCP/\n\n## AllegroPNG\nThis library servers for displaying PNG images in programs using the Allegro multimedia library. It's completely standalone, it doesn't require libpng nor zlib (however it can use zlib if installed). \n### Links\nhttp://alpng.sourceforge.net/\n\n## DZCOMM\nDZCOMM is a API for doing serial I/O under DOS, Linux and SunOS.\n### Links\nhttp://dzcomm.sourceforge.net/\n\n## perlin-noise\nVarious versions of Perlin noise (C and C++) \n### Links\nhttps://github.com/stegu/perlin-noise\n\n## kuba zip\nA portable, simple zip library written in C .\n### Links\nhttps://github.com/kuba--/zip\n\n## zlib\nzlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system.\n### Links\nhttps://zlib.net/\n\n## libjpeg\nJPEG (de)compression library.\n### Links\nhttp://ijg.org/\n\n## micromod\nMusic player libraries for MOD, S3M and XM formats.\n### Links\nhttps://github.com/martincameron/micromod\n\n## ini\nA tiny ANSI C library for loading .ini config files \n### Links\nhttps://github.com/rxi/ini\n\n## ObjFW\nAn Objective-C framework that supports MS-DOS and DJGPP as a first class citizen providing almost everything such as basic collection types, Unicode support including converting from and to MS-DOS code pages, file format parsers for XML, JSON, INI and many more, support for archive formats such as ZIP, GZIP, LHA, ZOO and much, much more.\n### Links\nhttps://objfw.nil.im/\n\n# Emulation\nIf you don't have real hardware available you can run your DOS programs using the following emulators.\n\n## DOSBox-staging (F)\nDOSBox Staging is a modern continuation of DOSBox— your existing configurations will continue to work, and you will have access to many advanced features. \n### Links\nhttps://www.dosbox-staging.org/\n\n## DOSBox-X\nDOSBox-X is an open-source DOS emulator for running DOS applications and games.\n### Links\nhttps://dosbox-x.com/\n\n## 86Box (F)\n86Box is a low level x86 emulator that runs older operating systems and software designed for IBM PC systems and compatibles from 1981 through fairly recent system designs based on the PCI bus.\n### Links\nhttps://86box.net/\n\n## PCEm\nPC hardware emulator\n### Links\nhttps://pcem-emulator.co.uk/\n\n## MartyPC\nAn IBM PC/XT emulator written in Rust. \n### Links\nhttps://github.com/dbalsom/martypc\n\n# Operating systems\nHere you can find DOS compatible operating systems.\n\n## FreeDOS (F)\nFreeDOS is an open source DOS-compatible operating system that you can use to play classic DOS games, run legacy business software, or write new DOS programs. Any program that works on MS-DOS should also run on FreeDOS.\n### Links\nhttps://www.freedos.org/\n\n## Win98 Quick install (F)\nA framework + installer to (very) quickly install Windows 98 on anything from a 486 up to a modern system \n### Links\nhttps://github.com/oerg866/win98-quickinstall\n\n## SvarDOS\nan open-source DOS distribution.\n### Links\nhttp://svardos.org/\n\n# Other tools\n## Fontána\nFontána is tool for developers. It is a bitmap font editor (with ability to import from some vector formats) which allows you to create, convert and edit fonts stored in many file formats. \n### Links\nhttps://www.laaca.borec.cz/blocek/\n\n## Doszip (F)\nThe Doszip Commander is an LFN-aware TUI file manager (NC clone) with built-in Zip and UnZip for DOS and Windows.\n### Links\nhttps://sourceforge.net/projects/doszip/\n\n## Smart Boot Manager (F)\nSmart Boot Manager or briefly SmartBtmgr (SBM), is an OS independent Boot Manager - a program that is loaded by the bios before any operating system and allows you to choose which operating system to boot. \n### Links\nhttps://btmgr.sourceforge.net/download.html\n\n## FreeDOS repo\nA repository of FreeDOS-compatible freeware and OSS software. No \"abandonware\".\n### Links\nhttps://clasqm.github.io/freedos-repo/\n\n## VSBHDA\nSound blaster emulation for HDA (and AC97/SBLive); a fork of crazii's SBEMU\n### Links\nhttps://github.com/Baron-von-Riedesel/VSBHDA\n\n# Documentation\n## ctyme (F)\nHTML version of the famous Ralf Brown Interrupt List with over 9000 linked pages and 350 indexes making the process of searching much easier. This list contains every documented and undocumented interrupt call known. Ralf Brown is a Postdoctoral Fellow at Carnegie Mellon University 's Center for Machine Translation in Pittsburgh, Pennsylvania. He is well-known in cyberspace for maintaining the Interrupt List. We all appreciate his continued support.\n### Links\nhttps://www.ctyme.com/rbrown.htm\n\n## HelpPC Reference Library\nThis site is a HTML version of HelpPC Reference Library, a DOS-based hypertext program by David Jurgens.\n### Links\nhttps://www.stanislavs.org/helppc/\n\n## FreeVGA\nHardware Level VGA and SVGA Video Programming Information Page\n### Links\nhttp://www.osdever.net/FreeVGA/home.htm\n\n## SoundBlaster guide\nSound Blaster Series Hardware Programming Guide\n### Links\nhttps://pdos.csail.mit.edu/6.828/2005/readings/hardware/SoundBlaster.pdf\n\n## Basic Gravis UltraSound Programming (F)\nThe Gravis Ultrasound is by far the best \u0026 easiest sound card to program. Why? Because the card does all the hard stuff for you, leaving you and the CPU to do other things! This reference will document some (but not all) of the Gravis Ultrasound's hardware functions, allowing you to play music \u0026 sound effects on your GUS.\n### Links\nhttps://archive.gamedev.net/archive/reference/articles/article448.html\n\n## Glide 3.0 Programming Guide (F)\nProgramming the 3Dfx Interactive Glide™ Rasterization Library 3.0\n### Links\nhttp://www.bitsavers.org/components/3dfx/Glide_Programming_Guide_3.0_199806.pdf\n\n## PC Game Programmer's Encyclopedia\nThe PC Game Programmer's Encyclopedia (PCGPE or PC-GPE) is a collection of text files that cover numerous aspects of game development for DOS.\n### Links\nhttps://www.phatcode.net/articles.php?id=247\n\n## Building Win16 applications in C\nThis article explains how to write a fully featured Win16 GUI application in C.\n### Links\nhttps://www.transmissionzero.co.uk/computing/win16-apps-in-c/\n\n## Programming the AdLib/Sound Blaster FM Music Chips\nTwo of the most popular sound cards for the IBM-PC, the AdLib and the Sound Blaster, suffer from a real dearth of clear documentation for programmers. AdLib Inc. and Creative Labs, Inc. both sell developers' kits for their sound cards, but these are expensive, and (in the case of the Sound Blaster developers' kit) can be extremely cryptic. This document is intended to provide programmers with a FREE source of information about the programming of these sound cards. \n### Links\nhttp://www.shipbrook.net/jeff/sb.html\n\n## The Graphics File Formats Page\nThis site contains specifications for various graphics file formats; along with a number of relevant graphics utilities, information, and URLs. The site was originally created in 1994 to help serve the growing community of web developers. \n### Links\nhttps://www.martinreddy.net/gfx/\n\n## Programming MS-DOS with Power\nDOS Programming, Undocumented DOS, and DOS Secrets\n### Links\nhttps://www.fysnet.net/index.htm\n\n## PC DOS Retro\nInformation and history about PC DOS and MS-DOS\n### Links\nhttps://pcdosretro.gitlab.io/\n\n## C Programming in DOS Tips\nA one page set of tips for C programmers adjusting to MS-DOS or PC DOS. \n### Links\nhttps://www.brutman.com/Adventures_In_Code/DOS_Programming_Tips_full_page.pdf\n\n## David Jurgens' HelpPC Quick Reference Utility\nHELPPC is a quick reference utility for the intermediate to advanced programmer.\n### Links\nhttps://www.phatcode.net/articles.php?id=236\nhttps://helppc.netcore2k.net/\n\n# Videos\n## \"Let's Code - MS DOS\" Playlist by root42\n### Links\nhttps://www.youtube.com/playlist?list=PLGJnX2KGgaw2L7Uv5NThlL48G9y4rJx1X\n\n## \"FreeDOS programming\" by FreeDOS\n### Links\nhttps://www.youtube.com/playlist?list=PLzuACU-W7Omo3VEnMKuM0IPupdOHFDzL3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperilu%2Fdosdevelresources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperilu%2Fdosdevelresources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperilu%2Fdosdevelresources/lists"}