3 lines
71 B
Bash
3 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
objcopy --only-keep-debug build/kernel/myos.bin kernel.sym
|