merge UEFI-FB driver for text mode console into mainline #2

Merged
Nivirx merged 12 commits from next into master 2023-03-18 20:39:28 -04:00
Showing only changes of commit c8c4ad01d7 - Show all commits

View File

@@ -26,7 +26,7 @@ clean:
rm -rv $(BOOT_DIR) rm -rv $(BOOT_DIR)
@RUST_TARGET_PATH=$(shell pwd) cargo clean --target $(TARGET) @RUST_TARGET_PATH=$(shell pwd) cargo clean --target $(TARGET)
run-debug: $(target_debug) launch-debug: $(target_debug)
@RUST_TARGET_PATH=$(shell pwd) cargo +nightly build -Z build-std --target $(TARGET) --verbose @RUST_TARGET_PATH=$(shell pwd) cargo +nightly build -Z build-std --target $(TARGET) --verbose
mkdir -p $(BOOT_DIR)/EFI/BOOT/ mkdir -p $(BOOT_DIR)/EFI/BOOT/
cp -v $(target_debug) $(BOOT_DIR)/EFI/BOOT/BOOTX64.EFI cp -v $(target_debug) $(BOOT_DIR)/EFI/BOOT/BOOTX64.EFI