repo.or.cz
/
meinos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
+Initialization system; +shutdown system; fixed transmission and optimised of argc...
[meinos.git]
/
run.sh
blob
a5074b8bcd0877f922c6afb63c241c149d84abae
1
#!/bin/sh
2
make
&&
\
3
mkisofs
-R -b
grub
/
stage2_eltorito
-no-emul-boot -boot-load-size
4
-boot-info-table -o
cdrom.iso
file
s
/ &&
\
4
qemu
-cdrom
cdrom.iso
-m
32
-boot
d
-serial
stdio
&&
\
5
make
clean