OS Hello world
This commit is contained in:
7
os/build.bat
Normal file
7
os/build.bat
Normal file
@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
IF NOT EXIST build mkdir build
|
||||
|
||||
clang --target=riscv32 -march=rv32im -nostdlib boot.S -c -o build\boot.o
|
||||
|
||||
ld.lld -T linker.ld build\boot.o -o build\kernel.elf
|
Reference in New Issue
Block a user