Installing MagiC
Some your-mileage-may-vary here since I'm not sure I followed these exact steps myself -- I already had an old MagiC installation from my ST that I for the most part copied files from, but replaced MAGIC.RAM with the one specific for Raven.
But hopefully it helps to point out some of the pitfalls I saw.
Get a binary snapshot from here:
https://tho-otto.de/snapshots/magicmac/
-- Installing the kernel
copy /en/mraven.ram -> C:\MAGIC.RAM
copy /en/auto/magxboot.prg -> C:\AUTO\MAGXBOOT.PRG
copy /en/gemsys/mfa2.sys -> C:\GEMSYS\MFA2.SYS
copy /en/gemsys/off002.osd -> C:\GEMSYS\OFF002.OSD
This alone should allow you to boot the kernel but without a desktop.
You'll end up with a blank desktop and a file selector and not much to do, but it's still a good way to verify that everything is ok up to this point.
I would start with minimal stuff in the auto folder for now, and in the interest of doing things one at a time I would disable NOVA for now until things are up and running.
Basically, auto programs in this order:
rvbios.prg
xboot.prg
magxboot.prg
You absolutely want xboot there so you have an option to disable magxboot.prg and get into EmuTOS
-- Installing the environment and default desktop
Now, I've been using the files from my old official MagiC6 installation.
At first I tried using only the stuff from those new recompiled binary snapshots but got weird errors and failure to launch the desktop in particular together with NOVA. So I don't trust it and mostly used files from my copy of an official MagiC6 release.
Specifically, "en/gemsys/magic/xtension" seemed to be the root of those problems -- most likely the .SLB Files.
Again, your mileage may vary.
Either way, you want to end up with this:
C:\MAGX.INF
C:\GEMSYS\MAGIC
C:\GEMSYS\GEMDESK
C:\GEMSYS\HOME
C:\GEMSYS\GEMSCRAP
An example MAGX.INF can be found in "/en/extras"
HOME and GEMSCRAP are basically empty folders.
You can *probably* use "en/gemsys/gemdesk" but since you'll *probably* need to get C:\GEMSYS\MAGIC from a "real" MagiC release anyway you may as well get that stuff from there too?
-- Configuring the environment
edit C:\MAGX.INF according to your preferences
- change the #_DEV parameter to 1 0
- I got rid of A:\ from the PATH
- comment out, change or remove the #_ACC line if you want acc's loaded from the normal place rather than having copies in a special folder for MagiC
- any other customisations you may want to make
(I didn't use the one that came with /en/extras as I already had my old customised version from the MagiC installation on the ST)
-- NOVA screen resolutions
When you're able to get into a mono 640x480 MagiC desktop I would enable NOVA.
The auto order would look like this. Any other programs you may have should normally go _after_ magxboot.prg.
rvbios.prg
xboot.prg
magxboot.prg
rvnova.prg
If you use NVDI then it should go immediately after rvnova.prg.
You'd also have to do whatever else you that needs to be done in general for NOVA and NVDI to coexist peacefully (removing/renaming of NVDI screen driver files in c:\gemsys etc).
Now enjoy near-instant boot to a multitasking operating system :)
The drawbacks are of course that it's not as widely used as MiNT, and it's no longer in development, so information can be harder to come by in comparison.