Skip to content

Commit

Permalink
update qemu image
Browse files Browse the repository at this point in the history
  • Loading branch information
bittorf committed Jan 10, 2021
1 parent f1f0abd commit 95947c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified initrd.xz
Binary file not shown.
Binary file modified kernel.bin
Binary file not shown.
1 change: 1 addition & 0 deletions step00/hex0-to-binary-debug.sh
@@ -1,5 +1,6 @@
#!/bin/sh
# this POSIX shell script only uses builtin-commands
# # another approach is: sed 's/[;#].*$//g' file.hex0 | xxd -r -p >hex0.bin

FILE_SRC="$1" # e.g. any *.hex0 source
FILE_DST="$2" # e.g. the resulting hex0.bin
Expand Down
1 change: 1 addition & 0 deletions step01/hex0-to-binary.sh
@@ -1,5 +1,6 @@
#!/bin/sh
# this POSIX shell script only uses builtin-commands
# another approach is: sed 's/[;#].*$//g' file.hex0 | xxd -r -p >hex0.bin

FILE_SRC="$1" # e.g. any *.hex0 source
FILE_DST="$2" # e.g. the resulting hex0.bin
Expand Down

0 comments on commit 95947c5

Please sign in to comment.