mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +00:00
Switch over to building everything with i686-elf-g++.
This commit is contained in:
parent
afa6f88039
commit
75b100673f
17 changed files with 58 additions and 75 deletions
|
@ -23,11 +23,13 @@ I always wanted to write my own operating system, but I never took it seriously.
|
|||
|
||||
## How do I get it to run?
|
||||
|
||||
I've only tested this on an Ubuntu 18.10 host with clang, so I'm not sure it works anywhere else. If you'd like to run it, here's how you'd get it to boot:
|
||||
You need a cross-compiler for the i686-elf target.
|
||||
I've only tested this on an Ubuntu 18.10 host with GCC, so I'm not sure it works anywhere else.
|
||||
|
||||
If you'd like to run it, here's how you'd get it to boot:
|
||||
|
||||
cd Kernel
|
||||
./makeall.sh
|
||||
sudo ./sync.sh
|
||||
./run q # Runs in QEMU
|
||||
./run # Runs in bochs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue