Magellan Linux

Annotation of /trunk/mkinitrd-magellan/isolinux/head.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1133 - (hide annotations) (download)
Thu Aug 19 09:50:43 2010 UTC (13 years, 8 months ago) by niro
File size: 877 byte(s)
-updated to isolinux-3.86
1 niro 1133 ; -*- fundamental -*- (asm-mode sucks)
2     ; -----------------------------------------------------------------------
3     ;
4     ; Copyright 2006-2008 H. Peter Anvin - All Rights Reserved
5     ;
6     ; This program is free software; you can redistribute it and/or modify
7     ; it under the terms of the GNU General Public License as published by
8     ; the Free Software Foundation, Inc., 53 Temple Place Ste 330,
9     ; Boston MA 02111-1307, USA; either version 2 of the License, or
10     ; (at your option) any later version; incorporated herein by reference.
11     ;
12     ; -----------------------------------------------------------------------
13    
14     ;
15     ; head.inc
16     ;
17     ; Common header includes
18     ;
19    
20     %ifndef _HEAD_INC
21     %define _HEAD_INC
22    
23     %include "macros.inc"
24     %include "config.inc"
25     %include "layout.inc"
26     %include "kernel.inc"
27     %include "bios.inc"
28     %include "tracers.inc"
29     %include "stack.inc"
30     %include "io.inc"
31    
32     %endif ; _HEAD_INC