diff options
| author | Clément Sibille <claymeuns@protonmail.com> | 2021-10-08 08:17:14 +0200 |
|---|---|---|
| committer | Clément Sibille <claymeuns@protonmail.com> | 2021-10-08 08:17:14 +0200 |
| commit | 73338c2d453e7a5928fa7f392e1bc2392dbba3cd (patch) | |
| tree | 6c05321300d9bdac96723da268c6fe0b2f2a5464 /Makefile | |
| parent | 06d819c3e8e94972bd4261069d2c5239297bba65 (diff) | |
Move x86-specific code into an arch/x86 module
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ all: target/kernel.o clean_run: | clean run run: target/kernel.o - qemu-system-i386 -kernel $< -machine type=pc-i440fx-3.1 -serial stdio + qemu-system-i386 -kernel $< -machine type=pc-i440fx-3.1 -serial mon:stdio target/boot.o: boot/boot.S mkdir -p target |
