ver 0.35.áetas -------------- new: EBF - extended bootflags. Bitmask to store boot options for a partition in. Located at 436. One - 1 - byte. One for each partition. Current values are found in the bm.inc/bm.h files (note: i invented these flags) Booting "As Primary" is now enhanced: Hide Logical - hides the logical parition while booting from the primary. BPB Update - Writes the updated BPB (primary-partition) to disk. (may be used with out booting "As Primary" if you find it useful). Installing OS - Press "I" when standing at OS item to install. Then there is prepared a boot from that partition, but it is booting from floppy instead. Note: LasteBooted is set to the OS selected. If this fails and INT 19h is issued - rebooting. Hide/Unhide partition - Press "H" or "U" at partition to hide/unhide. Support for FAT32 (NON LBA). (not tested yet!) NT: NT is here a special case. A little fix is applied to the bootstrap loader to make sure it does not load from wrong drive. Hidden sectors is relative to physical disk not logical which it should be. This makes the booting of Logical NTFS partitions possible. After this is said - remeber to have the EBF_UPDBPB flag set if you are booting NT of an Logical NTFS partition. partTab is now prepared to serve other interfaces - this means there may be written other (T)UIs or GUIs..... Complete rewrite and reorganisation of source code. May now be debugged in an ordinary debugger. First release of the multiplatform installer - initial release for OS/2 and DOS. NT and Linux later. First public release. ver 0.31.Alphas --------------- temporary stage - final version of 0.30 ver 0.30.áetas (from 0.30.119) -------------- fixes: partInit, bootQueryLetter and bootRecalcRelativeSectors are now using the ah=08h,13h interrupt (drive parameters). Max drives are still limited to 16. ver 0.30.Alphas --------------- new: Booting OS/2 from extended partition. -Solution was to update "Special Hidden Sectors" before staring it in memory. -bootQueryLetter - the miniFSD in the LDR (?) needs to know which drive letter it is booting from. This letter is provieded thru the drive number WORD. The high part of the word contains the letter number. C=80h, D=81h,... ; 00h=C Booting extended partitions as primary. Booting extended partitions without primary parititon(s). Booting extended partitions without primary parititon(s) on boot drive. ver 0.29 -------- Problems: booting from an extended partition.