tons more work on modularizing the code

This commit is contained in:
2024-10-05 18:55:00 -04:00
parent 5440a1ae61
commit 8f95c8f267
19 changed files with 360 additions and 296 deletions

View File

@@ -18,6 +18,8 @@
; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
; SOFTWARE.
%ifndef __INC_PART_TABLE
; Partition table entry format
; Off. Size. Description
;0x00 1 Drive attributes (bit 7 set = active or bootable)
@@ -41,4 +43,7 @@ struc PartTable_t
.partition2 resb 16
.partition3 resb 16
.partition4 resb 16
endstruc
endstruc
%endif
%define __INC_PART_TABLE