[Previous] - [Main menu] - [Next]
Build 0001

AutoBoot

Omega Discformat


Purpose

Used with the Omega Discformat. Can be substituted with the NlC Bootmanager for Omega systems. When MBR loads the bootmanager code (see the Omega Discformat) it the subsenqently load this code if it is installed instead of a real bootmanager. The code looks at the drives/partitions boot priority and load the one with the highest.


Assemble Code (NASM style)

;*****************************
;*      Omega AutoBoot       *
;*  (C) 1999   LKT Software  *
;*****************************
;* Written  : 24/01-1999     *
;* Build nr : 0001
;*****************************

;Chose an appropiate video mode.

;Gather information from partitions about operating systems installed.

;Boot the one with the highest priority.