diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2007-06-20 17:08:23 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2007-06-20 17:08:23 -0700 |
| commit | 202ed40d7acea163b438f570868e5c00bcb5d805 (patch) | |
| tree | e35377a435c3c7fd5adffbdb0e0476adb86ecb40 /extlinux.asm | |
| parent | 37068e7b512c7cc409f09977085b4c76bf2685c9 (diff) | |
| download | syslinux-202ed40d7acea163b438f570868e5c00bcb5d805.tar.gz | |
Workaround for VMware console bug; make more common code common
Diffstat (limited to 'extlinux.asm')
| -rw-r--r-- | extlinux.asm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/extlinux.asm b/extlinux.asm index e5c89bad..c43a0517 100644 --- a/extlinux.asm +++ b/extlinux.asm @@ -862,24 +862,6 @@ load_config: %include "ui.inc" ; -; Linux kernel loading code is common. -; -%include "runkernel.inc" - -; -; COMBOOT-loading code -; -%include "comboot.inc" -%include "com32.inc" -%include "cmdline.inc" - -; -; Boot sector loading code -; -%include "bootsect.inc" - - -; ; getlinsec_ext: same as getlinsec, except load any sector from the zero ; block as all zeros; use to load any data derived ; from an ext2 block pointer, i.e. anything *except the @@ -909,11 +891,6 @@ getlinsec_ext: ret ; -; Abort loading code -; -%include "abort.inc" - -; ; allocate_file: Allocate a file structure ; ; If successful: |
