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
Sales CRM and Pipeline Management Software | Pipedrive
Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
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.