GithubHelp home page GithubHelp logo

Comments (2)

cnvogelg avatar cnvogelg commented on August 16, 2024 2

Hi @vanfanel,

I create a OS1.3 compatible disk image the following way:

First create an RDB with the desired partitions and add the (OS1.3 compatible) FFS module, otherwise you can't boot from DOS1:

$ rdbtool -f wb13.rdb create size=20M + init + fill dostype=DOS1 bootable=1 + fsadd ffs-dos13 dostype=DOS1 + list
creating: 'DH0' (1, 1219) DOS1
BlockDevice:                0     1219       39040   19Mi  heads=1 sectors=32 block_size=512
PhysicalDisk:               0     1219       39040   19Mi  heads=1 sectors=32 block_size=512
LogicalDisk:                1     1219       39008   19Mi  rdb_blks=[0:31,#32] used=[hi=27,#28] cyl_blks=32
Partition: #0 'DH0'         1     1219       39008   19Mi  100.00%  DOS1/0x444f5301  auto  boot(0)
FileSystem #0 DOS1/0x444f5301 version=0.0 size=12248 seg_list_blk=0x3 global_vec=0xffffffff

ffs-dos13 is the Executable from L:FastFileSystem of a OS13 setup

Now its time for format it:

$ xdftool wb13.rdb open 0 + format MyWB13 dostype=DOS1 + pack wb135 + list

I use pack here to pre-fill the file system with a host directory wb135 of install files...

Then the *.rdb should boot on emulators and on the real thing...

from amitools.

vanfanel avatar vanfanel commented on August 16, 2024

@cnvogelg Thanks for that! Really helpful and useful! :)

from amitools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.