Skip to content

Commit c4cd49a

Browse files
committed
fixup! fixup! fixup! fixup! Added Design documentation
1 parent 4c670fb commit c4cd49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ llvm-objcopy "-I" "binary" "-O" "elf64-x86-64" "--binary-architecture=i386:x86-6
6969
```bash
7070
llvm-ar "crs" "bootloader/target/x86_64-bootloader/debug/build/bootloader-c8df27c930d8f65a/out/libkernel_bin-svm_kernel.a" "target/x86_64-bootloader/debug/build/bootloader-c8df27c930d8f65a/out/kernel_bin-svm_kernel.o"
7171
```
72-
Afterwards `build.rs` tells cargo to use the newly created static library to link against the your kernel, with the help of the linker script everything gets placed correctly in the
72+
Afterwards `build.rs` tells cargo to use the newly created static library to link against your kernel, with the help of the linker script everything gets placed correctly in the
7373
resulting elf file.
7474
The last step is to strip away the elf header from the resulting elf binary so that the bios can jump directly to the bootloader `stage_1.s`. This is done with:
7575
```bash

0 commit comments

Comments
 (0)