From 0bff8199e4a800d5ea1bd422dcf06643d6daf008 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 10 Jan 2022 22:15:15 +0100 Subject: include/setup.sh --- include/01.pocetak/boot00.s | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 include/01.pocetak/boot00.s (limited to 'include/01.pocetak/boot00.s') diff --git a/include/01.pocetak/boot00.s b/include/01.pocetak/boot00.s deleted file mode 100644 index 0e1bfbe..0000000 --- a/include/01.pocetak/boot00.s +++ /dev/null @@ -1,5 +0,0 @@ -.set ALIGN, 1<<0 -.set MEMINFO, 1<<1 -.set FLAGS, ALIGN | MEMINFO -.set MAGIC, 0x1BADB002 -.set CHECKSUM, -(MAGIC + FLAGS) -- cgit v1.2.3