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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.