From a99ca43066ba246475809a0e805bf52e8195debd Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 24 Jun 2014 13:53:31 +0200 Subject: Initial commit of FoolOS FoolOS - the most useless OS in history. --- boot/fill.asm | 1 + 1 file changed, 1 insertion(+) create mode 100644 boot/fill.asm (limited to 'boot/fill.asm') 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 -- cgit v1.2.3