renamed files to show code vs defs

files that actually include code should be in .nasm files
defines/macros/non-code should be in .inc files
This commit is contained in:
2024-10-07 20:41:15 -04:00
parent ca195e6048
commit 8e05e071e8
8 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE ; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
; SOFTWARE. ; SOFTWARE.
%include 'BIOS/func/a20enable.inc' %include 'BIOS/func/a20enable.nasm'
%include 'BIOS/func/E820_memory_map.inc' %include 'BIOS/func/E820_memory_map.nasm'
%include 'BIOS/func/ext_read.inc' %include 'BIOS/func/ext_read.nasm'
%include 'BIOS/func/video.inc' %include 'BIOS/func/video.nasm'