diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-03-08 15:33:02 +0100 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-03-08 15:33:02 +0100 |
| commit | ceedd4f2c7e990162f1b619f0d60471eea3aed1f (patch) | |
| tree | 640ffbfcb9428624b6386d45d28db35d9ccac756 /make.sh | |
| parent | f81dee10ef19f0c82eb89d0e528bcbfb7a38b016 (diff) | |
| download | kotori-os-ceedd4f2c7e990162f1b619f0d60471eea3aed1f.tar.gz | |
Made a common directory, moved the protmode print there
Diffstat (limited to 'make.sh')
| -rwxr-xr-x | make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/bin/sh -AS_BOOT="nasm -fbin -Isrc/boot/ -Isrc/" -AS_KERN="nasm -fbin -Isrc/boot/ -Isrc/kernel/ -Isrc/" +AS_BOOT="nasm -fbin -Isrc/boot/ -Icommon/" +AS_KERN="nasm -fbin -Isrc/boot/ -Isrc/kernel/ -Icommon/" SRC_DIR="src" DST_DIR="dst" |
