Code Monkey home page Code Monkey logo

Comments (4)

KedalionDaimon avatar KedalionDaimon commented on May 27, 2024

Never mind, I figure it out, and in case anyone wonders:

  1. Get some old 360 kb DOS floppy image from the web (or make it yourself).
  2. Use DOSBOX' imgmount-command to access the disk image (erasing its original content and putting in your own). When done, leave DOSBOX.
  3. The resulting floppy image will contain "whatever you want". Things you might get quickly are tar, gzip, compress and uncompress in order to handle the 3B1 stuff you will find around the web, so start placing THESE into your system.
  4. Name the image "discim". That is: NOT discim.img, just really exactly "discim".
  5. Place it in the same folder as freebee. Just the executable freebee, i.e. not in some sub-folder, but "right next to freebee".
  6. Press F11 to "make it available".
  7. In freebee's Unix terminal, type "msdos" and press Enter.
  8. Use the COPY function to copy stuff out of the image and into the file system. Then CLOSE the whole thing. (Referring here to your Unix menus.)
  9. Press again F11 to "make the image unavailable". (Which allows you to erase "discim", put there ANOTHER disk image, call it "discim", and make it in turn available by pressing F11 and then typing "msdos".)
  10. Once you are done with everything, DELETE the discim file, so you have no issues on reboot (which sometimes was hanging with an existing discim-file present).

As a matter of fact, I this way transferred the binary distribution of Austin Kyoto Common Lisp (akcl) to my emulator and I am DELIGHTED! :) Thank you so much for making this wonderful emulator. If in any way my "idiot-proof" steps above seem helpful, consider please adding them to your documentation.

Other than that: any chance to get the window resizable? Mini vMac solves it by allowing you to say, one "virtual" pixel is four "real" pixels... Ubuntu 20.04, anyway, does NOT allow resizing. If I want it "bigger" I can only lower my desktop resolution.

from freebee.

agentbooth avatar agentbooth commented on May 27, 2024

Glad you got things working! That is a good point about needing to remove the discim file to prevent boot issues next time running the emulator. Recently a command line option was added for scaling -- you could try playing with that. The usage is: "-s xscale:yscale" on the command line. So something like "-s 2:3" will make the aspect ratio more like the original Unix PC. The frame buffer is pretty widescreen (720x348) but was mapped to a standard 4:3 CRT, so horizontally compressed, vertically stretched. Or you could just do "-s 2:2" to double the screen size.

@philpem how about renaming discim to floppy.img?

from freebee.

KedalionDaimon avatar KedalionDaimon commented on May 27, 2024

@shadyjesse : THANK YOU SO VERY, VERY MUCH! - That thing with "-s" works awesomely, particularly given that I can give fractional resizing values, and that makes it possible to fill out my entire screen and "let it look as if this is my main OS". :)

Actually, the final look reminded me of this, which you likely know anyway, and where one needs to check is it LVDS-0 or LVDS-1:

sudo xrandr --output LVDS-1 --gamma 0.001:1.000:0.001 --brightness 1.0

(you set it back with this:

sudo xrandr --output LVDS-1 --gamma 1.000:1.000:1.000 --brightness 1.0

)

from freebee.

agentbooth avatar agentbooth commented on May 27, 2024

@KedalionDaimon glad it worked for you and you were able to play around with akcl! 👍

from freebee.

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.