mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
[test] Move i386-specific tests to arch/i386/tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -84,6 +84,7 @@ endif
|
||||
#
|
||||
SRCDIRS += arch/i386/core
|
||||
SRCDIRS += arch/i386/image
|
||||
SRCDIRS += arch/i386/tests
|
||||
SRCDIRS += arch/i386/interface/syslinux
|
||||
|
||||
# Include common x86 Makefile
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
org 100h
|
||||
|
||||
jmp start
|
||||
|
||||
|
||||
shuffle_start:
|
||||
push 0xB800
|
||||
pop es
|
||||
Reference in New Issue
Block a user