repo.or.cz
/
bochs-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed compilation error
[bochs-mirror.git]
/
bios
/
bios_usage
blob
8019ef63055af40bf00661c6fd21dbffb2ada062
1
#!/bin/csh -f
2
gcc
-E
rombios.c |
grep
"^\.org"
|
sed
-e
's/\.org //'
|
sed
-e
's/ .*//'
|
sort
>!
temp.usage
3
usage rombios.bin temp.usage
4
/
bin
/
rm
temp.usage