Show
Ignore:
Timestamp:
09/13/09 20:41:56 (3 years ago)
Author:
H. Peter Anvin <hpa@…>
Children:
15c6dc79f8d488c585057987eefddd72b114534e
Parents:
08d95ca91f87a0c8ec452bb17e837e845738d530
git-committer:
H. Peter Anvin <hpa@zytor.com> / 2009-09-13T13:41:56Z-0700
Message:

int18: module for local booting using INT 18h

At least until we can get a better handle on return vs INT 18h,
provide a module so we can at least tell people how to test.

Signed-off-by: H. Peter Anvin <hpa@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • modules/Makefile

    rcc460b r37dce9  
    2020INCLUDES   = -I$(com32)/include 
    2121 
    22 BINS = pxechain.com gfxboot.com poweroff.com 
     22BINS = pxechain.com gfxboot.com poweroff.com int18.com 
    2323 
    2424all: $(BINS)