Oberon/A2/BootManager.Tool

< Oberon‎ | A2
All that is needed for BootManager
---

Documentation: BootManager.Text

Assembly:
Aos.Call PCAAMD64.Assemble BootManager.Asm

Aos.Call BootManager.Split BootManager.Bin ~

Installation at install time with WMInstaller.Open ~

Installation at any time with WMPartitions.Open ~ -> Partitions
	-> WriteMBR -> BootManagerMBR.Bin
	-> FromFile -> BootManagerTail.Bin / Offset: 1 / Numblocks: 12

TO CREATE A BOOTABLE DISKETTE in Oberon
----------------------------
Diskettes.Install ~
Partitions.FileToPartition Diskette0#0 BootManager.Bin 0 13 ~
Partitions.ShowBlocks Diskette0#0 0 13 ~

TO INSTALL ON A VOLUME in Oberon
----------------------
!Partitions.WriteMBR dev#0 BootManagerMBR.Bin ~
!Partitions.FileToPartition dev#0 BootManagerTail.Bin 1 12 ~
Partitions.ShowBlocks dev#0 0 13  ~

Hex.Open ^

-- Create an  image for bootable CD --

Aos.Call \w IsoImages.Make BootManager.iso BootManager.Bin ~

To transfer to Windows via diskette for burning with Nero
Backup.WriteFiles ^	BootManager.iso ~

To burn a CD_ROM: -> Main menu -> Files -> CDRecorder -> Tools -> Burn Iso Image