Difference between revisions of "BonnyDOS"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(changed text, added wiki-links)
 
(19 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Image:Bdos screenshot.JPG|300px|thumb|BonnyDOS after boot]]
+
[[Image:Bdos screenshot.JPG|thumb|300px|BonnyDOS after boot]]  
  
'''BonnyDOS''' is a system extension to [[AMSDOS]] that allows the use of a harddisc which is connected with the [[Symbiface]].
+
'''BonnyDOS''' is a system extension to [[AMSDOS|AMSDOS]] by [[Brueggi|Brueggi]] of [[Noob Inc.|Noob Inc.]] ([[Timo Brueggmann|Timo Brueggmann]]). This extension allows the use of a harddisc which is connected with the [[SYMBiFACE II|SYMBiFACE II]]. BonnyDOS uses its own filesystem called [[BFS16|BFS16]].  
  
BonnyDOS uses it's own filesystem called [[BFS16]], but it is planned to integrate FAT16 support as well.
+
<br>
  
A related project ([[Symdos]]) promisses to deliver [[FAT32]] access via [[AMSDOS]].
+
== Features  ==
  
== Features ==
+
*Up to 20 Partitions
 +
*Partition-Size up to 2 GB
 +
*A kind of "ENV-Variables"
 +
*COMMAND-Directory (comparable with C:\DOS)
 +
*PATH-Variable
 +
*optional Autoboot (Basic+BINary files)
 +
*optional Functionkey-Definition
 +
*Protected Files and Directories
 +
*support FAT12 MS-DOS/MSX-DOS 720k disc on drive B
  
* up to 20 Partitions
+
<br>
* max. partition size 2 GB
+
* Many Built-In-RSX-Commands (|CD, |FORMAT,, |MD, ...)
+
* SNApshotloader
+
* AutoBoot-Feature
+
* A "C:\DOS"-like Directory for all Partitions
+
* Supervisor-Mode
+
* ...and more
+
  
== Commands ==
+
With an additional Tool, it is possible to read/write BFS16-Drives on PC. More Tools are available on the BonnyDOS System-Disk.
  
BonnyDOS has approximatly 45 [[RSX]] commands, which can be used in AMSDOS.
+
== Commands  ==
  
<pre>
+
BonnyDOS has approximatly 45 [[RSX|RSX]] commands, which can be used in AMSDOS.
|0, |1, |LOGIN, |LOGOUT, |DCOPY, |COPYD, |FCAT, |FDEL, |FGET, |FPUT
+
<pre>|0, |1, |LOGIN, |LOGOUT, |DCOPY, |COPYD, |FCAT, |FDEL, |FGET, |FPUT
 
|COPY, |C, |AMS, |STANDBY, |FORMAT, |MD, |CD, |RD, |DEL, |ATTRIB
 
|COPY, |C, |AMS, |STANDBY, |FORMAT, |MD, |CD, |RD, |DEL, |ATTRIB
 
|RE, |SORT, |FIND, |PART, |CATS, |HERR, |FGET, |FPUT, |FCAT, |FDEL
 
|RE, |SORT, |FIND, |PART, |CATS, |HERR, |FGET, |FPUT, |FCAT, |FDEL
 
|ECHO.ON, |ECHO.OFF, |RDIR, |GDIR, |SNA, |SETUP, |INFO, |PFREE,
 
|ECHO.ON, |ECHO.OFF, |RDIR, |GDIR, |SNA, |SETUP, |INFO, |PFREE,
|PSIZE, |ADRV, |REBOOT, |FT.ON, |FT.OFF, |PAGE
+
|PSIZE, |ADRV, |REBOOT, |FT.ON, |FT.OFF, |PAGE, |GETENV, |SET, |EXAMINE, |TYPE, |VERSION
</pre>
+
</pre>  
 +
== Links  ==
  
== Links ==
+
[https://web.archive.org/web/20130502074946/http://brueggi.amiga-resistance.info/ BDOS and BDOS/286]
  
[[http://www.noob-inc.de.vu Noob Inc.]]
+
== Manual  ==
  
[[http://www.geocities.com/timo_brueggmann Noob Inc.]] (alternate URL)
+
* [[Media:BDOS_1.72.pdf|BonnyDOS User Manual (German)]] (pdf)
 +
* [[Media:BonnyDOS.pdf|BonnyDOS User Manual (Spanish)]] (pdf)
 +
* [[Media:Amstrad_CPC_BonnyDOS_User_Manual_English.pdf|BonnyDOS User Manual (English)]] (pdf)
 +
* [[Media:BDOS_ROM_1.72.zip|BonnyDOS ROMs]]
 +
* [[Media:BDOS_SystemDisks.zip|BonnyDOS System Disks]]
  
== Manual ==
+
[[Category:Disc Operating_System]] [[Category:Manual]]
 
+
[[Media:Bdos-handbuch.pdf|BonnyDOS manual (German)]] (pdf)
+
 
+
[[Category:Operating_System]][[Category:Manual]]
+

Latest revision as of 01:45, 29 January 2017

BonnyDOS after boot

BonnyDOS is a system extension to AMSDOS by Brueggi of Noob Inc. (Timo Brueggmann). This extension allows the use of a harddisc which is connected with the SYMBiFACE II. BonnyDOS uses its own filesystem called BFS16.


Features

  • Up to 20 Partitions
  • Partition-Size up to 2 GB
  • A kind of "ENV-Variables"
  • COMMAND-Directory (comparable with C:\DOS)
  • PATH-Variable
  • optional Autoboot (Basic+BINary files)
  • optional Functionkey-Definition
  • Protected Files and Directories
  • support FAT12 MS-DOS/MSX-DOS 720k disc on drive B


With an additional Tool, it is possible to read/write BFS16-Drives on PC. More Tools are available on the BonnyDOS System-Disk.

Commands

BonnyDOS has approximatly 45 RSX commands, which can be used in AMSDOS.

|0, |1, |LOGIN, |LOGOUT, |DCOPY, |COPYD, |FCAT, |FDEL, |FGET, |FPUT
|COPY, |C, |AMS, |STANDBY, |FORMAT, |MD, |CD, |RD, |DEL, |ATTRIB
|RE, |SORT, |FIND, |PART, |CATS, |HERR, |FGET, |FPUT, |FCAT, |FDEL
|ECHO.ON, |ECHO.OFF, |RDIR, |GDIR, |SNA, |SETUP, |INFO, |PFREE,
|PSIZE, |ADRV, |REBOOT, |FT.ON, |FT.OFF, |PAGE, |GETENV, |SET, |EXAMINE, |TYPE, |VERSION

Links

BDOS and BDOS/286

Manual