Notepad port to userspace and bug fixes

This commit is contained in:
boreddevnl
2026-02-26 16:21:20 +01:00
parent 23ec181f29
commit c2ead0d6a7
67 changed files with 828 additions and 399 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
iso_root/bin/notepad.elf Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,11 +0,0 @@
TIMEOUT=3
:BoredOS
PROTOCOL=limine
KERNEL_PATH=boot:///boredos.elf
#FRAMEBUFFER_WIDTH=1280
#FRAMEBUFFER_HEIGHT=720
MODULE_PATH=boot:///bin/calculator.elf
MODULE_PATH=boot:///bin/crash.elf
MODULE_PATH=boot:///bin/hello.elf

11
iso_root/limine.conf Normal file
View File

@@ -0,0 +1,11 @@
timeout: 3
/BoredOS
protocol: limine
kernel_path: boot():/boredos.elf
#resolution: 1280x720
module_path: boot():/bin/calculator.elf
module_path: boot():/bin/crash.elf
module_path: boot():/bin/hello.elf
module_path: boot():/bin/notepad.elf