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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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.