diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-14 11:08:15 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-14 11:08:15 +0100 |
| commit | dbf8051b468e240370e3bde630a4e6fa88a031de (patch) | |
| tree | f4c5d3ef5d79d8eac27affed07e4a9215610590c /boot2/mp.asm | |
| parent | e3cc5f6c89ba9f37bf2c1edf588d0f75c1d63c57 (diff) | |
adapt buildsys
Diffstat (limited to 'boot2/mp.asm')
| -rw-r--r-- | boot2/mp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot2/mp.asm b/boot2/mp.asm index 072aa74..b6efd04 100644 --- a/boot2/mp.asm +++ b/boot2/mp.asm @@ -34,4 +34,4 @@ boot_32_pm: ; call 0x18000 ;jump into our Kernel! -%include "boot/GDT.asm" +%include "GDT.asm" |
