Skip to content

Commit

Permalink
Update Test kernel readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pto Buon authored May 23, 2022
1 parent 99fa740 commit 293b602
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Build/Test Kernel/readme.md → Build/Test Kernel/README.md
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.

0 comments on commit 293b602

Please sign in to comment.