diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-03 14:04:12 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-03 14:04:12 +0200 |
| commit | a6efba7a22b85c0556c8c262f3bbcaf7bda7ddfa (patch) | |
| tree | e060237fe895995ad1fd6eee0f7f3b19beed8088 /data | |
| parent | 0ce7674a27043cfdf4115d09d65493ac8af13563 (diff) | |
Moved kernel to 0x10000 !
Diffstat (limited to 'data')
| -rw-r--r-- | data/fill.asm | 2 | ||||
| -rw-r--r-- | data/floppy.img | bin | 1474560 -> 1474560 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/data/fill.asm b/data/fill.asm index 0d40c24..d731efc 100644 --- a/data/fill.asm +++ b/data/fill.asm @@ -7,4 +7,4 @@ ; ; -times 2000000 db 0xff +times 2000000 db 0x69 diff --git a/data/floppy.img b/data/floppy.img Binary files differindex d798737..6b4dc22 100644 --- a/data/floppy.img +++ b/data/floppy.img |
