src/kernel --> src/
2
.gitignore
vendored
|
|
@ -23,7 +23,7 @@ qemu-debug.log
|
||||||
build/
|
build/
|
||||||
iso_root/
|
iso_root/
|
||||||
limine/
|
limine/
|
||||||
src/kernel/userland/bin/
|
src/userland/bin/
|
||||||
boredos.iso
|
boredos.iso
|
||||||
disk.img
|
disk.img
|
||||||
limine
|
limine
|
||||||
|
|
|
||||||
2
Makefile
|
|
@ -10,7 +10,7 @@ LD = x86_64-elf-ld
|
||||||
NASM = nasm
|
NASM = nasm
|
||||||
XORRISO = xorriso
|
XORRISO = xorriso
|
||||||
|
|
||||||
SRC_DIR = src/kernel
|
SRC_DIR = src
|
||||||
BUILD_DIR = build
|
BUILD_DIR = build
|
||||||
ISO_DIR = iso_root
|
ISO_DIR = iso_root
|
||||||
|
|
||||||
|
|
|
||||||
BIN
boredos.iso
BIN
build/cmd.o
BIN
build/e1000.o
BIN
build/explorer.o
BIN
build/fat32.o
BIN
build/graphics.o
BIN
build/idt.o
BIN
build/main.o
BIN
build/pci.o
BIN
build/platform.o
BIN
build/ps2.o
BIN
build/rtc.o
BIN
src/.DS_Store
vendored
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 4.2 MiB After Width: | Height: | Size: 4.2 MiB |
|
Before Width: | Height: | Size: 301 KiB After Width: | Height: | Size: 301 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 600 KiB After Width: | Height: | Size: 600 KiB |
|
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 159 KiB |
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |