You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Building.md
+1-5
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,7 @@ cd ./toolchain/
5
5
sh ./build_toolchain.sh
6
6
```
7
7
8
-
After the toolchain is built, you can build the OS by running: <br/>
9
-
`make`
8
+
After the toolchain is built, you can build the OS by running: `make`
10
9
11
10
# Building the OS (without toolchain)
12
11
If you already have the `i686-elf-gcc` toolchain, there's no need to build it again. Open the `scripts/Makefile.build` file and change the `CC` variable to the path where you have installed the toolchain and run `make`.
13
-
14
-
# Booting the OS
15
-
After building the OS, you can boot it by running `make run`.
0 commit comments