diff options
author | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2003-05-28 15:27:41 +0000 |
---|---|---|
committer | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2003-05-28 15:27:41 +0000 |
commit | 83d6645d4ad3c6c2eda01823a7a27798a9db7fe8 (patch) | |
tree | ca03bde36b4d8dfd73d841ecd873f324ab635fce | |
parent | 229e3147bcca7ae60ba2d6180aff4224dd13b7f2 (diff) |
none
-rw-r--r-- | Mach/BuildingOskitMach.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 34054a6d..39ae7885 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -151,6 +151,8 @@ Thus, to build a IDE capable kernel with 3Com Vortex Boomerang support you use t $ sudo make install $ sudo gzip -f /gnu/boot/oskit-mach +If the `make` command complains about missing dependencies, then you haven't passed correct `OSKIT_LIBDIR` variable to the `configure` script. + If you want to use tftp to download the kernel from Grub and don't care about the symbols I recommend either stripping or removing the `--enable-debug` and `-g` statements. ## <a name="Debugging"> Debugging </a> |