mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Notepad port to userspace and bug fixes
This commit is contained in:
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
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.
@@ -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
11
iso_root/limine.conf
Normal 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
|
||||
Reference in New Issue
Block a user