Skip to content

Commit d39d637

Browse files
committed
Restored GPU functionality allowing for modular design
1 parent 430e109 commit d39d637

56 files changed

Lines changed: 510 additions & 1784 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FILES = \
1616
./build/drivers/output/audio/audio.o \
1717
./build/drivers/output/audio/sb16.o \
1818
./build/drivers/output/vigfx/vigfx.o \
19-
./build/drivers/output/vigfx/vigfx_vesa.o \
19+
./build/drivers/output/vigfx/vesa.o \
2020
./build/fs/file.o \
2121
./build/fs/fat/fat16.o \
2222
./build/fs/fat/fat32.o \

assets/bin/beep

5.29 KB
Binary file not shown.

assets/bin/echo

1.71 KB
Binary file not shown.

assets/bin/ls

1.71 KB
Binary file not shown.

assets/bin/oviash

1.71 KB
Binary file not shown.

assets/bin/pwd

1.71 KB
Binary file not shown.

assets/bin/v

1.71 KB
Binary file not shown.

assets/sbin/idle

1.71 KB
Binary file not shown.

assets/sbin/reloivd

1.71 KB
Binary file not shown.

assets/sbin/vio:nova

1.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)