diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-24 10:38:36 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-24 10:38:36 +0100 |
| commit | 7b4bd3577a31d0f0adc7371840642791ae1567f4 (patch) | |
| tree | 1a8afc973aaa739d0d763315cad2fd376d1cea9c /release_ata.sh | |
ADD: Open version, with important changes kept out.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'release_ata.sh')
| -rwxr-xr-x | release_ata.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_ata.sh b/release_ata.sh new file mode 100755 index 00000000..6c65b211 --- /dev/null +++ b/release_ata.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +export ATA_PIO_SUPPORT=1 + +cd dev/Kernel +make -f amd64-desktop.make all +cd ../Boot +make -f amd64-desktop.make all +make -f amd64-desktop.make run-efi-amd64-ata
\ No newline at end of file |
