Files
RedBear-OS/src
vasilito f913167973 proc: accept u64::MAX offset in require_zero_offset for non-positioned writes
sys_write passes u64::MAX as the offset sentinel for non-positioned file
descriptors. The proc scheme's require_zero_offset rejected this value,
causing bootstrap's tcb_activate to crash with EINVAL when writing
EnvRegisters (fsbase) back to the regs/env handle.

This was the root cause of the 'Invalid opcode fault' during bootstrap
(PID 0) that prevented redbear-mini from reaching a login prompt.
2026-07-10 13:42:11 +03:00
..
2026-07-08 00:29:43 +03:00
2026-04-08 19:40:41 +01:00
2026-04-08 19:40:41 +01:00
2026-04-23 16:33:15 +07:00
2026-04-26 15:37:40 +07:00
2026-03-03 14:51:32 +00:00
2026-07-08 00:29:43 +03:00
2026-03-10 05:58:26 +07:00