kernelinit.s
  
  
  Author     : Adham Helal
    Doc by     : Adham Helal
    Revision  : 1.1
    Prog lang : ASM
    Pref-Com : NASM
    last update: 04-07-02
    
    This File serves as a Header file. It contanines info for the Kernel Init.
    
    %define SEC 2 
    Define the Size of kernel Init in Sectors (512byte) currently the kernel init 
    is 1KB
    
    %define OFF_KINIT 0x0000
    Defines at wich offset will the kernel reside
    
    %define SEG_KINIT 0x1000
    Defines at wich Segment will the kernel resid
    
    
    
    This file is Used By:
     
     1- /boot/sloader.asm
     2- /boot/kernelinit.asm