Refractor: Moved each file to their respective folder.
This commit is contained in:
@@ -29,7 +29,7 @@ nasm -f bin ./boot/elevator.asm -o ./bin/elevator.bin
|
|||||||
|
|
||||||
# Step 3: Assemble kernel entry point
|
# Step 3: Assemble kernel entry point
|
||||||
echo -e "${BLUE}[3/6]${NC} Assembling kernel entry..."
|
echo -e "${BLUE}[3/6]${NC} Assembling kernel entry..."
|
||||||
nasm -f elf64 kernel.asm -o ./obj/kernel.asm.o
|
nasm -f elf64 ./boot/kernel.asm -o ./obj/kernel.asm.o
|
||||||
|
|
||||||
# Step 4: Compile kernel C code
|
# Step 4: Compile kernel C code
|
||||||
echo -e "${BLUE}[4/6]${NC} Compiling kernel..."
|
echo -e "${BLUE}[4/6]${NC} Compiling kernel..."
|
||||||
|
|||||||
Reference in New Issue
Block a user