src/kernel --> src/
2
.gitignore
vendored
|
|
@ -23,7 +23,7 @@ qemu-debug.log
|
|||
build/
|
||||
iso_root/
|
||||
limine/
|
||||
src/kernel/userland/bin/
|
||||
src/userland/bin/
|
||||
boredos.iso
|
||||
disk.img
|
||||
limine
|
||||
|
|
|
|||
2
Makefile
|
|
@ -10,7 +10,7 @@ LD = x86_64-elf-ld
|
|||
NASM = nasm
|
||||
XORRISO = xorriso
|
||||
|
||||
SRC_DIR = src/kernel
|
||||
SRC_DIR = src
|
||||
BUILD_DIR = build
|
||||
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 |