mirror of
https://github.com/danog/gllvm.git
synced 2024-11-30 07:19:00 +01:00
Update README.md
This commit is contained in:
parent
e65f41c4e7
commit
19202b7ef6
@ -43,8 +43,6 @@ sudo apt-get install -y flex bison bc libncurses5-dev
|
|||||||
sudo apt-get install -y libelf-dev libssl-dev
|
sudo apt-get install -y libelf-dev libssl-dev
|
||||||
|
|
||||||
echo ". /vagrant/bash_profile" >> /home/vagrant/.bashrc
|
echo ". /vagrant/bash_profile" >> /home/vagrant/.bashrc
|
||||||
|
|
||||||
bash /vagrant/init_script.sh
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Shell Settings
|
## Shell Settings
|
||||||
@ -151,7 +149,8 @@ Though using a tarball is faster, and seemingly more reliable.
|
|||||||
|
|
||||||
# Building a bootable kernel from bitcode
|
# Building a bootable kernel from bitcode
|
||||||
|
|
||||||
The init_script.sh script will build a bootable kernel from mostly bitcode (drivers and ext4 file system are currently not translated).
|
|
||||||
|
The [init_script.sh](init_script.sh) script will build a bootable kernel from mostly bitcode (drivers and ext4 file system are currently not translated).
|
||||||
|
|
||||||
## Building the kernel with gclang
|
## Building the kernel with gclang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user