Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OSKernel2026-StellaOS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • StellaOS
  • OSKernel2026-StellaOS
  • Merge requests
  • !23

fix:1 添加 fat pointer 运行时探查 2 标记 ConsoleNode::write_at 入口 3 修改 VfsFile::write,在...

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed StellaOS requested to merge fix_exec_page_fault into main Jun 01, 2026
  • Overview 0
  • Commits 7
  • Pipelines 0
  • Changes 71

fix:1 添加 fat pointer 运行时探查 2 标记 ConsoleNode::write_at 入口 3 修改 VfsFile::write,在 write_at 调用前加 downcast_ref 直接调用,尝试 bypass vtable 分发 4 内核栈大小扩大至16KB,等待后续guard_page实现 5 - sys_exec: accept *const u8 / *const *const u8 (raw C-style pointers) - exec(): create null-terminated stack buffers for path and argv[0] - initproc: update exec call site to new signature (&[&str])

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_exec_page_fault