Ignore:
Timestamp:
Feb 18, 2016, 5:18:51 PM (9 years ago)
Author:
Ben Rietbroek
Message:

Fixed building on Linux [v1.1.1-testing]

Of course the lowercasing broke building on Linux.
This commit fixes that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/floppy/kernel.asm

    r57 r60  
    3333StackSeg        equ     7000h
    3434
    35 Include ../../INCLUDE/ASM.INC
     35include ../../include/asm.inc
    3636
    3737                .386p
     
    122122APILockVolume:  retn
    123123
    124                 Include ../INST_X86/INSTALL.INC ; Execute generic code
     124                include ../inst_x86/install.inc ; Execute generic code
    125125COM_EndOfSegment:
    126126
Note: See TracChangeset for help on using the changeset viewer.