BDOS is aimed at 80x86 PC.
The goal of this project is to help beginner os developers who would like to develope their os in assembly.It is also among the goals of this project to make a little functional cli operating system to perform basic operations.BDOS is designed to run of a single floppy disk and to provide much functionality in least space.
Features
- The project is halted until january
Categories
Software DevelopmentLicense
GNU General Public License version 3.0 (GPLv3)Follow Basic Disk Operating System (BDOS)
Other Useful Business Software
Turn traffic into pipeline and prospects into customers
Docket is an AI-powered sales enablement platform designed to unify go-to-market (GTM) data through its proprietary Sales Knowledge Lake™ and activate it with intelligent AI agents. The platform helps marketing teams increase pipeline generation by 15% by engaging website visitors in human-like conversations and qualifying leads. For sales teams, Docket improves seller efficiency by 33% by providing instant product knowledge, retrieving collateral, and creating personalized documents. Built for GTM teams, Docket integrates with over 100 tools across the revenue tech stack and offers enterprise-grade security with SOC 2 Type II, GDPR, and ISO 27001 compliance. Customers report improved win rates, shorter sales cycles, and dramatically reduced response times. Docket’s scalable, accurate, and fast AI agents deliver reliable answers with confidence scores, empowering teams to close deals faster.
Rate This Project
Login To Rate This Project
User Reviews
-
Truly the most basic, perhaps too basic. Cannot run EXE files, you just get a "Bad Command!" notification. Also cannot change hard disks, attempting to will result in "Bad Command!". Everything is good, just need to add these 3 things to become usable... 1. EXE capability 2. a way to change hard disks 3. the ability to create and delete folders/files Everything else desired (e.g. word editors, compilers, assemblers, GUI, disk managers, games, etc.) can be added using versions of programs meant for DOS environments. An EXE installer could also be made to be loaded onto a floppy, and when ran, will install BDOS to a hard disk. Just a few ideas, and I have zero clue on how to do these things myself. I would really love to see this thing become usable, I already can think of 20 or 30 things to do with this program.