diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-06-24 13:53:31 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-06-24 13:53:31 +0200 |
| commit | a99ca43066ba246475809a0e805bf52e8195debd (patch) | |
| tree | 1883030e358c15231599160ff1ce027b0cc20d22 /boot/fill.asm | |
Initial commit of FoolOS
FoolOS - the most useless OS in history.
Diffstat (limited to 'boot/fill.asm')
| -rw-r--r-- | boot/fill.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/fill.asm b/boot/fill.asm new file mode 100644 index 0000000..1717006 --- /dev/null +++ b/boot/fill.asm @@ -0,0 +1 @@ +times 2000000 db 0xff |
