From 4ba78ffe3cad1cb7f15e87faddfb174a37c1a1e9 Mon Sep 17 00:00:00 2001 From: Jimly Firdaus <101716223+Jimly-Firdaus@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:42:21 +0700 Subject: [PATCH] fix: remove .txt --- notes.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 notes.txt diff --git a/notes.txt b/notes.txt deleted file mode 100644 index e87b9f8..0000000 --- a/notes.txt +++ /dev/null @@ -1,18 +0,0 @@ -3.3 -gcc -ffreestanding -fshort-wchar -g -nostdlib -nostdinc -fno-builtin -fno-stack-protector -nostartfiles -nodefaultlibs -Wall -Wextra -Werror -m32 -c -Isrc src/kernel.c -o bin/kernel.o -nasm -f elf32 -g -F dwarf src/kernel_loader.s -o bin/kernel_loader.o -ld -T src/linker.ld -melf_i386 bin/kernel.o bin/kernel_loader.o -o bin/kernel -3.4 -genisoimage -R \ - -b boot/grub/grub1 \ - -no-emul-boot \ - -boot-load-size 4 \ - -A os \ - -input-charset utf8 \ - -quiet \ - -boot-info-table \ - -o OS2023.iso \ - iso - -3.6 -qemu-system-i386 -s -cdrom OS2023.iso \ No newline at end of file