diff options
| author | Chloe M. <chloe@aptel.org> | 2026-08-20 08:36:36 +0000 |
|---|---|---|
| committer | Chloe M. <chloe@aptel.org> | 2026-08-20 08:36:36 +0000 |
| commit | d739670937e0d411bca437cfa69f47938a7d8d9f (patch) | |
| tree | 7e9cef28aa89bd9ff5f921dccd3807d26d17c211 /boot/arch/amd64/Makefile | |
| parent | a85b624c0698873155668ff91fc8edc39fb1c33e (diff) | |
boot/amd64: Add second stage groundwork
Signed-off-by: Chloe M. <chloe@aptel.org>
Diffstat (limited to 'boot/arch/amd64/Makefile')
| -rw-r--r-- | boot/arch/amd64/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/boot/arch/amd64/Makefile b/boot/arch/amd64/Makefile index e92fecb..5185063 100644 --- a/boot/arch/amd64/Makefile +++ b/boot/arch/amd64/Makefile @@ -1,5 +1,9 @@ .PHONY: all -all: mbr +all: biosboot mbr + +.PHONY: biosboot +biosboot: + cd biosboot/; $(MAKE) .PHONY: mbr mbr: |
