rulimine/test
Kacper Słomiński e1f6ac8860
Initial AArch64 port (#205)
* Initial aarch64 port

* Enable chainload on aarch64

No changes necessary since it's all UEFI anyway.

* Add specification for Limine protocol for aarch64

* PROTOCOL: Specify state of information in DT /chosen node

* common: Add spinup code for aarch64

* common: Port elf and term to aarch64

* common: Port vmm to aarch64

Also prepare to drop VMM_FLAG_PRESENT on x86.

* protos: Port limine boot protocol to aarch64

Also drop VMM_FLAG_PRESENT since we never unmap pages anyway.

* test: Add DTB request

* PROTOCOL: Port SMP request to aarch64

* cpu: Add cache maintenance functions for aarch64

* protos/limine, sys: Port SMP to aarch64

Also move common asm macros into a header file.

* test: Start up APs

* vmm: Unify get_next_level and implement large page splitting

* protos/limine: Map framebuffer using correct caching mode on AArch64

* CI: Fix GCC build for aarch64

* entry, menu: Replace uses of naked attribute with separate asm file

GCC does not understand the naked attribute on aarch64, and didn't
understand it for x86 in older versions.
2022-08-18 17:32:54 +02:00
..
.gitignore Add testing facilities 2020-03-24 23:39:02 +01:00
GNUmakefile build: Remove unnecessary -mno-3dnow flag 2022-07-18 21:34:26 +02:00
bg.bmp misc: New example background 2022-03-11 04:57:47 +01:00
e9print.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
e9print.h protos: Drop stivale and stivale2 support 2022-06-14 03:56:30 +02:00
limine.c Initial AArch64 port (#205) 2022-08-18 17:32:54 +02:00
limine.cfg protos: Drop stivale and stivale2 support 2022-06-14 03:56:30 +02:00
linker.ld protos: Drop stivale and stivale2 support 2022-06-14 03:56:30 +02:00
memory.c test: Update so it builds with LLVM 2021-07-02 19:05:30 +02:00
multiboot.c tests: add a basic test multiboot1 kernel 2021-11-10 17:35:45 +11:00
multiboot.ld misc: Misc elsewhere and multiboot-related bug fixes 2022-06-29 12:32:50 +02:00
multiboot2.c multiboot2: Fix bug where old ACPI tag would not get passed if RSDP rev == 0 2022-08-12 23:33:28 +02:00
multiboot2.ld tests: add basic multiboot2 test kernel 2021-11-09 16:38:59 +11:00
multiboot2_trampoline.asm tests: add basic multiboot2 test kernel 2021-11-09 16:38:59 +11:00
multiboot_trampoline.asm tests: add a basic test multiboot1 kernel 2021-11-10 17:35:45 +11:00