Run first app from ramdisk!

This commit is contained in:
2025-12-29 23:54:21 +01:00
parent c16170e4c2
commit fa7998c323
56 changed files with 5443 additions and 229 deletions

View File

@@ -3,8 +3,9 @@
#include <aux/compiler.h>
#include <libk/std.h>
#include <proc/proc.h>
#define KSTACK_SIZE (16 * 1024)
#define KSTACK_SIZE (32 * 1024)
struct gdt_entry {
uint16_t limitlow;