On Tue, 23 Jan 2001 [EMAIL PROTECTED] wrote:

Hello,

> I'm the author of SBM, could you please mail me all of your
> patch? (Ofcourse if you don't mind:-)

Yep, I forgot to attach the second patch. So here it is. It is just
inserted few ret's in procedures which I wanted to disable.

> And, I'll try to integrate our CD-ROM booting module into grub if I got
> enough time.

That my patch is not true integration of btmgr cdrom booting module. It is
just grub loader for btmgr kernel. So after using grub kernel command to
load btmgr image, all controll is transfered to btmgr, and than it is
possible to boot anything including cdrom from btmgr.

Best regards,
Stevo.

-- 
Stefan Ondrejicka <[EMAIL PROTECTED]>
Beethovenova 11, 917 08 Trnava, Slovakia
http://www.idata.sk/~ondrej/
diff -ruN btmgr-3.6-2/manager/knl.asm btmgr-3.6-2-my/manager/knl.asm
--- btmgr-3.6-2/manager/knl.asm Wed Sep 13 19:57:39 2000
+++ btmgr-3.6-2-my/manager/knl.asm      Wed Oct 25 23:08:28 2000
@@ -451,6 +451,10 @@
        test al, DRVFLAG_ISCDROM
        jmpnz .end
 
+; !!! ondrej !!!
+       jmp .end
+; !!! ondrej !!!
+
 ;search partitions
 .search_partitions:
         push di
diff -ruN btmgr-3.6-2/manager/main-cmds.asm btmgr-3.6-2-my/manager/main-cmds.asm
--- btmgr-3.6-2/manager/main-cmds.asm   Sun Sep 10 05:29:19 2000
+++ btmgr-3.6-2-my/manager/main-cmds.asm        Thu Oct 26 00:38:02 2000
@@ -61,6 +61,9 @@
 ;ask_save_changes ---- save boot manager to disk
 ;=============================================================================
 ask_save_changes:
+;!!!!! ondrej !!!!!!
+       ret
+;!!!!! ondrej !!!!!!
         cmp byte [change_occured], 0
         je .no_changes
         
@@ -1674,6 +1677,11 @@
 ;      cf = 1 failed
 ;=============================================================================
 save_boot_manager:
+
+;!!!!! ondrej !!!!!!
+       ret
+;!!!!! ondrej !!!!!!
+
         pusha
         lea si, [start_of_checksum_area]
         mov cx, [checksum_size]

Reply via email to