diff options
| author | Alejandro Sior <aho@sior.be> | 2022-07-23 22:53:47 +0200 |
|---|---|---|
| committer | Alejandro Sior <aho@sior.be> | 2022-07-23 22:53:47 +0200 |
| commit | ef805e9373fd946bf1fe667bf18a54dfed6d1045 (patch) | |
| tree | 7762f9574bbd56c502d4dbba1a9d5f3535035211 /arch/amd64/quirks.c | |
kernel: add basic modules: arch, mem, rt
Diffstat (limited to 'arch/amd64/quirks.c')
| -rw-r--r-- | arch/amd64/quirks.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/amd64/quirks.c b/arch/amd64/quirks.c new file mode 100644 index 0000000..549f605 --- /dev/null +++ b/arch/amd64/quirks.c @@ -0,0 +1,7 @@ +#include <third/boot/bp.h> + +int boot(); + +int amd64_quirks(BpBootinfo *info) { + return boot(); +}
\ No newline at end of file |
