Create new stack and then boot XTOS, export more routines with the loader protocol
Some checks failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
@@ -22,12 +22,16 @@
|
||||
#define _XT32 1
|
||||
#define EFI_ERROR_MASK 0x80000000
|
||||
#define XTOS_KERNEL_ADDRESS 0x81800000
|
||||
#define XTOS_KERNEL_STACK_SIZE 8
|
||||
#define XTOS_VIRTUAL_MEMORY_AREA 0x80000000
|
||||
#elif defined(__amd64__) || defined(__x86_64__)
|
||||
#define _ARCH amd64
|
||||
#define _ARCH_AMD64 1
|
||||
#define _XT64 1
|
||||
#define EFI_ERROR_MASK 0x8000000000000000
|
||||
#define XTOS_KERNEL_ADDRESS 0xFFFFF80800000000
|
||||
#define XTOS_KERNEL_STACK_SIZE 8
|
||||
#define XTOS_VIRTUAL_MEMORY_AREA 0xFFFFF80000000000
|
||||
#else
|
||||
#error Unknown architecture
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user