summaryrefslogtreecommitdiffhomepage
path: root/setup_x64_project.sh
blob: ba7d4b3f557a790b5f9d9d697b80718831eeb597 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# LOG HISTORY:
# 03/25/25: Add 'disk' build step.
# 04/05/25: Improve and fix script.

cd dev/user
cd src
make sci_asm_io_x64
cd ..
btb libSystem.json
cd ../ddk
btb ddk.json
cd ../boot
make -f amd64-desktop.make efi
make -f amd64-desktop.make epm-img