Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile.multiarch
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ KERNEL_SOURCES_C += $(shell find $(KERNEL_DIR)/gui -name '*.c' 2>/dev/null)
KERNEL_SOURCES_C += $(shell find $(KERNEL_DIR)/media -name '*.c' 2>/dev/null)
KERNEL_SOURCES_C += $(shell find $(KERNEL_DIR)/apps -name '*.c' 2>/dev/null)
KERNEL_SOURCES_C += $(shell find $(KERNEL_DIR)/drivers -name '*.c' 2>/dev/null)
KERNEL_SOURCES_C += $(shell find $(KERNEL_DIR)/sync -name '*.c' 2>/dev/null)
KERNEL_SOURCES_C += $(shell find $(KERNEL_DIR)/sandbox -name '*.c' 2>/dev/null)

# Architecture-specific sources
KERNEL_SOURCES_C += $(shell find $(KERNEL_DIR)/arch/$(ARCH) -name '*.c' 2>/dev/null)
Expand Down Expand Up @@ -201,6 +203,8 @@ $(BUILD_DIR):
@mkdir -p $(BUILD_DIR)/kernel/media
@mkdir -p $(BUILD_DIR)/kernel/apps
@mkdir -p $(BUILD_DIR)/kernel/drivers
@mkdir -p $(BUILD_DIR)/kernel/sync
@mkdir -p $(BUILD_DIR)/kernel/sandbox
@mkdir -p $(BUILD_DIR)/drivers
@mkdir -p $(IMAGE_DIR)

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
\ V /| || |_) | | |_| |___) |
\_/ |_||_.__/ \___/|____/

Vib-OS v0.5.0 - Multi-Architecture OS with Full GUI
Vib-OS v2.2.0 - Multi-Architecture OS with Full GUI
```

<p align="center">
Expand Down Expand Up @@ -75,6 +75,10 @@ Vib-OS is a from-scratch, Unix-like operating system with **full multi-architect
![Wallpaper System](screenshots/wallpaper-system.png)
*Customizable wallpaper system with live preview.*

### Doom
![Doom](screenshots/doom.png)
*Classic Doom running natively with full graphics, input, and sound support.*

## 🏗 Architecture

```mermaid
Expand Down