summaryrefslogtreecommitdiff
path: root/isolinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-17 14:24:43 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-17 14:24:43 -0700
commit5f7ba5958af6985fdb7b1f1d86c92691786544a1 (patch)
tree78b3eecb5ab13e04c5f06dfb047e7ac42f9e24dc /isolinux.asm
parentff17500411ecf1fe1697e3d6f114e14b4da4ba60 (diff)
downloadsyslinux-5f7ba5958af6985fdb7b1f1d86c92691786544a1.tar.gz
When exiting a COMBOOT/COM32 module, reset the stack instead of saving
and restoring it. The former option left crap on the stack.
Diffstat (limited to 'isolinux.asm')
-rw-r--r--isolinux.asm10
1 files changed, 2 insertions, 8 deletions
diff --git a/isolinux.asm b/isolinux.asm
index 113fba1f..4d2a4728 100644
--- a/isolinux.asm
+++ b/isolinux.asm
@@ -1,5 +1,4 @@
; -*- fundamental -*- (asm-mode sucks)
-; $Id$
; ****************************************************************************
;
; isolinux.asm
@@ -9,7 +8,7 @@
; available. It is based on the SYSLINUX boot loader for MS-DOS
; floppies.
;
-; Copyright (C) 1994-2005 H. Peter Anvin
+; Copyright (C) 1994-2006 H. Peter Anvin
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
@@ -20,12 +19,7 @@
; ****************************************************************************
%define IS_ISOLINUX 1
-%include "macros.inc"
-%include "config.inc"
-%include "kernel.inc"
-%include "bios.inc"
-%include "tracers.inc"
-%include "layout.inc"
+%include "head.inc"
;
; Some semi-configurable constants... change on your own risk.