Ignore:
Timestamp:
Apr 11, 2014, 9:58:17 PM (11 years ago)
Author:
Ben Rietbroek
Message:

Converting to JWasm -- phase 3 (not working) [2012-02-16]

WARNING!!

All commits upto and including the commit of [2012-05-13] contain
a severe bug!! Building from these sources and then disabling
the 'force LBA' feature while also using the drive-letter feature or
editing the label can DESTROY THE MBR on ALL ATTACHED DISKS!!
DO NOT DISABLE 'FORCE LBA USAGE' WHEN BUILT FROM THE THESE COMMITS!!

Problems

o Problem with location of BSS
o Problem with segments

Info

o Adjusted DISCLAIM.TXT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BOOTCODE/AIR-BOOT.ASM

    r39 r40  
     1;
     2; BSS moet op A000 liggen
     3; Segmented werkt niet
     4; Moet met Tasm/DOS assembleren
     5; Wat we dus *niet* willen !!
     6;
     7
     8
     9
    110; AiR-BOOT (c) Copyright 1998-2008 M. Kiewitz
    211;
     
    19871996                            ; with segment-concatenated layout.
    19881997                            ;
    1989                             ;org 0A000h                         ; Uninitialized
     1998                            org 0A000h                         ; Uninitialized
    19901999
    19912000
Note: See TracChangeset for help on using the changeset viewer.