forked from CosmosOS/Cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pto Buon
authored
May 23, 2022
1 parent
99fa740
commit 293b602
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
remove the .iso file, and run the commands in the iso root dir: | ||
# Build test kernel | ||
Remove the .iso file, and run the commands in the iso root dir: | ||
|
||
compiling output.bin : | ||
Compiling output.bin : | ||
|
||
```cmd | ||
nasm -f bin -o output.bin kernel.asm | ||
``` | ||
|
||
build iso: | ||
Build iso: | ||
|
||
```cmd | ||
mkisofs -R -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -o boot.iso | ||
``` | ||
|
||
then use boot.iso as boot image. |