X-Git-Url: http://git.dujemihanovic.xyz/posts?a=blobdiff_plain;f=boot%2Fx86%2Ffat32-structs.s;h=e72735d82bd29a29a7c80224a50c7a1134d9bed0;hb=2a70d72730b91905543e5d5e850bc00cf43bc5e6;hp=23980ba426c2d7a16c24383cb2622a0b0c03e380;hpb=dad65146188909b9568ed39b3b3fbc5e88e158c3;p=nameless-os.git diff --git a/boot/x86/fat32-structs.s b/boot/x86/fat32-structs.s index 23980ba..e72735d 100644 --- a/boot/x86/fat32-structs.s +++ b/boot/x86/fat32-structs.s @@ -1,15 +1,6 @@ ; FAT32 data structures ; Because they have to be defined before use -struc part_entry - .attrib: resb 1 - .chs_start: resb 3 - .type: resb 1 - .chs_end: resb 3 - .lba_start: resd 1 - .lba_end: resd 1 -endstruc - struc dir_entry .name: resb 11 .attr: resb 1