some bpb/ebpb tweaks

This commit is contained in:
2024-10-04 11:48:25 -04:00
parent c1c6b25e6e
commit db1d0295c5

View File

@@ -17,8 +17,6 @@
; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
; SOFTWARE.
[BITS 16]
[ORG 0x7C00]
[CPU KATMAI]
@@ -28,11 +26,10 @@ phy_bpb_start:
; fill BPB area with 0x00 since we skip writing this part to disk
; but we need it for the 'jmp short entry; nop' above
times 33 db 0x00
phy_ebpb_start:
; fill BPB area with 0x00 since we skip writing this part to disk
; but we need it for the 'jmp short entry; nop' above
; fill eBPB area with 0x00 since we skip writing this part to disk
times 54 db 0x00
%include "cdecl16.inc"
%include "entry.inc"
init: