Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
191 commits
Select commit Hold shift + click to select a range
60cab0b
feat(ui): scroll wheel, Settings UI, boot spinner, adaptive frame pump
squirelboy360 Jun 7, 2026
45bd35b
docs: native engine port plan + committed direction
squirelboy360 Jun 7, 2026
66f4d76
docs(arch): document target native architecture (post-port)
squirelboy360 Jun 7, 2026
5277040
docs(port): Phase 0 done (baseline engine builds) + Phase 1 port-surf…
squirelboy360 Jun 7, 2026
1a60a28
engine-port: reproducible engine-build flow for contributors
squirelboy360 Jun 7, 2026
a3f6ecd
engine-port: Phase 1 done — 'oscortex' GN target configures
squirelboy360 Jun 7, 2026
d327713
chore: remove remnants from the public repo (no scratch, no dead AOT)
squirelboy360 Jun 7, 2026
e363933
engine-port: Phase 2a — OSCortex FML backend compiles into the engine
squirelboy360 Jun 7, 2026
d7305af
docs(port): Phase 3 AOT de-risked (one-tree gen_snapshot) + defer Dar…
squirelboy360 Jun 7, 2026
519ba29
engine-port: Phase 2 DONE — OSCortex-backend engine links from source
squirelboy360 Jun 7, 2026
ef451ff
engine-port: artifact distribution — fetch (download) vs publish (bui…
squirelboy360 Jun 7, 2026
c1ca4d7
engine-port: one-command R2 setup (wrangler) for artifact hosting
squirelboy360 Jun 7, 2026
91cc5f3
engine-port: host artifacts on GCS (public bucket), pipeline verified
squirelboy360 Jun 7, 2026
50870d9
engine-port: host artifacts on GitHub Releases (free, zero egress)
squirelboy360 Jun 7, 2026
8fcace5
engine-port: Phase 3 — release/AOT engine built + published + fetch v…
squirelboy360 Jun 7, 2026
c7d131f
engine-port: AOT snapshot COMPILES — the old dead-end is gone
squirelboy360 Jun 7, 2026
8a67667
engine-port: Phase 3 COMPLETE — shell renders from AOT on OSCortex
squirelboy360 Jun 7, 2026
384c421
fix(ps2): disable IntelliMouse 4-byte mode — it broke pointer input
squirelboy360 Jun 7, 2026
4c24e69
engine-port: remove input diagnostics (no remnants) + app-AOT script
squirelboy360 Jun 8, 2026
bb35a0e
embedder: load each app's own AOT libapp.so on launch
squirelboy360 Jun 8, 2026
55f4957
kernel: remove COND_PENDING_SIGNALS resurrection (fix cond livelock)
squirelboy360 Jun 8, 2026
5a12775
embedder: pass dlopen paths without trailing NUL
squirelboy360 Jun 8, 2026
7eef995
kernel: default serial log level to Error (warmup fix)
squirelboy360 Jun 8, 2026
28d1d23
kernel: capture user GPRs eagerly at syscall entry (fix register leak)
squirelboy360 Jun 8, 2026
f0a67b8
embedder: schedule a frame immediately on input (snappier reaction)
squirelboy360 Jun 8, 2026
da2f1d8
compositor: cut per-frame full-screen passes ~5x (65ms->5ms blit)
squirelboy360 Jun 8, 2026
207d649
sched: gate shell baton/input shortcuts on foreground-exclusive group
squirelboy360 Jun 8, 2026
01dcba3
embedder: bind the Flutter platform-channel contract
squirelboy360 Jun 8, 2026
a0d3b69
os: provide real platform capabilities behind the Flutter contract
squirelboy360 Jun 8, 2026
9a97cc2
merge: text input + platform-channel contract + real OS capabilities
squirelboy360 Jun 8, 2026
d543484
embedder: fix hover-freeze — de-dupe cursor syscall + disable semantics
squirelboy360 Jun 9, 2026
1a37e6a
fix(shell): use activeThumbColor (analyze) + pure-black background
squirelboy360 Jun 9, 2026
62cb11e
Flesh out Cortex PID-0 syscalls and stabilize embedder vsync (#1)
squirelboy360 May 29, 2026
c1f6e58
Fix P9 cave diagnostics in engine_patch (#2)
squirelboy360 May 29, 2026
c6ff8e9
Fix P9 cave, libm syscalls, vfs_stat, and README (#3)
SudoGhostUser May 30, 2026
f61fc06
Fix p9 cave (#4)
sqrldev-404 Jun 5, 2026
c755879
Fix shell render crash: register UI task queue via merged task runner
squirelboy360 Jun 5, 2026
fc7b7e4
fix(engine_patch): write PostLoad bypasses at file offsets, not vaddrs
squirelboy360 Jun 6, 2026
9da2d16
feat(engine_patch): clamp anomalous GetInstructionsAt offset
squirelboy360 Jun 6, 2026
e687c44
feat: switch OSCortex from AOT to JIT mode (the correct configuration)
squirelboy360 Jun 6, 2026
e93b312
fix(mm): don't unmap library regions on madvise(MADV_DONTNEED)
squirelboy360 Jun 6, 2026
e788fe6
fix(mm,pthread): madvise only unmaps demand-pageable anon; derive clo…
squirelboy360 Jun 6, 2026
9d64ea3
fix(process): thread teardown must not unmap shared/main-stack regions
squirelboy360 Jun 6, 2026
ad83009
fix(pthread): pthread_join must return 0, not the joined thread's exi…
squirelboy360 Jun 6, 2026
9ffa63b
feat(embedder): render! use engine-default task runners + internal vsync
squirelboy360 Jun 6, 2026
4429b9e
chore: working state — OSCortex renders Flutter UI on bare metal
squirelboy360 Jun 6, 2026
a71b565
fix(sched,sync): fair round-robin (no hardcoded pids), cond-yield, On…
squirelboy360 Jun 6, 2026
f17c6cb
wip(embedder,vm): single-threaded Dart GC via --dart-flags; render pr…
squirelboy360 Jun 6, 2026
98e5c49
feat: OSCortex Flutter shell UI renders end-to-end (smp=1)
squirelboy360 Jun 6, 2026
40fe03d
fix(smp): gate user-thread execution to the BSP — multi-core no longe…
squirelboy360 Jun 6, 2026
7884a48
fix(ps2): resync mouse packet accumulator on ACK/resend bytes
squirelboy360 Jun 6, 2026
f281ed8
fix(embedder): pump platform task runner — platform channels now deliver
squirelboy360 Jun 6, 2026
3225d6e
chore: stop tracking build/runtime artifacts (initramfs.tar, vdisk.img)
squirelboy360 Jun 6, 2026
4322224
wip(multi-app): launched apps open + render their own UI (one crash l…
squirelboy360 Jun 6, 2026
a4e83f6
wip(multi-app): drop AOT load from launch — app engine now loads at 0…
squirelboy360 Jun 6, 2026
02df08b
feat(sched): foreground-exclusive scheduling — launched apps render f…
squirelboy360 Jun 6, 2026
a3de164
feat(ui): scroll wheel, Settings UI, boot spinner, adaptive frame pump
squirelboy360 Jun 7, 2026
46a18d7
docs: native engine port plan + committed direction
squirelboy360 Jun 7, 2026
1ecb688
docs(arch): document target native architecture (post-port)
squirelboy360 Jun 7, 2026
779e077
docs(port): Phase 0 done (baseline engine builds) + Phase 1 port-surf…
squirelboy360 Jun 7, 2026
b28c54e
engine-port: reproducible engine-build flow for contributors
squirelboy360 Jun 7, 2026
4788570
engine-port: Phase 1 done — 'oscortex' GN target configures
squirelboy360 Jun 7, 2026
24960d9
chore: remove remnants from the public repo (no scratch, no dead AOT)
squirelboy360 Jun 7, 2026
0aa99a0
engine-port: Phase 2a — OSCortex FML backend compiles into the engine
squirelboy360 Jun 7, 2026
65cc4fa
docs(port): Phase 3 AOT de-risked (one-tree gen_snapshot) + defer Dar…
squirelboy360 Jun 7, 2026
7bf219f
engine-port: Phase 2 DONE — OSCortex-backend engine links from source
squirelboy360 Jun 7, 2026
04293a1
engine-port: artifact distribution — fetch (download) vs publish (bui…
squirelboy360 Jun 7, 2026
472438b
engine-port: one-command R2 setup (wrangler) for artifact hosting
squirelboy360 Jun 7, 2026
4652974
engine-port: host artifacts on GCS (public bucket), pipeline verified
squirelboy360 Jun 7, 2026
936014a
engine-port: host artifacts on GitHub Releases (free, zero egress)
squirelboy360 Jun 7, 2026
a107ec6
engine-port: Phase 3 — release/AOT engine built + published + fetch v…
squirelboy360 Jun 7, 2026
c56299e
engine-port: AOT snapshot COMPILES — the old dead-end is gone
squirelboy360 Jun 7, 2026
45b0243
engine-port: Phase 3 COMPLETE — shell renders from AOT on OSCortex
squirelboy360 Jun 7, 2026
5aeff4c
fix(ps2): disable IntelliMouse 4-byte mode — it broke pointer input
squirelboy360 Jun 7, 2026
e79015d
engine-port: remove input diagnostics (no remnants) + app-AOT script
squirelboy360 Jun 8, 2026
293317e
embedder: load each app's own AOT libapp.so on launch
squirelboy360 Jun 8, 2026
a79aad2
kernel: remove COND_PENDING_SIGNALS resurrection (fix cond livelock)
squirelboy360 Jun 8, 2026
a521524
embedder: pass dlopen paths without trailing NUL
squirelboy360 Jun 8, 2026
4c56a19
kernel: default serial log level to Error (warmup fix)
squirelboy360 Jun 8, 2026
091575f
kernel: capture user GPRs eagerly at syscall entry (fix register leak)
squirelboy360 Jun 8, 2026
360790c
embedder: schedule a frame immediately on input (snappier reaction)
squirelboy360 Jun 8, 2026
6c09822
compositor: cut per-frame full-screen passes ~5x (65ms->5ms blit)
squirelboy360 Jun 8, 2026
71dceae
sched: gate shell baton/input shortcuts on foreground-exclusive group
squirelboy360 Jun 8, 2026
df28e0d
embedder: bind the Flutter platform-channel contract
squirelboy360 Jun 8, 2026
d668b44
os: provide real platform capabilities behind the Flutter contract
squirelboy360 Jun 8, 2026
237a3d7
embedder: fix hover-freeze — de-dupe cursor syscall + disable semantics
squirelboy360 Jun 9, 2026
f7f5ada
fix(shell): use activeThumbColor (analyze) + pure-black background
squirelboy360 Jun 9, 2026
5d0e750
aarch64: full Flutter shell (render + virtio-input) + arm64 release p…
squirelboy360 Jun 10, 2026
3191527
release: make the aarch64 kernel artifact render-capable
squirelboy360 Jun 10, 2026
a2d6750
release: arch-label both artifacts + fix .sha256 to verify standalone
squirelboy360 Jun 10, 2026
a27a61d
aarch64: Limine UEFI boot path on the render kernel (origin/main base)
squirelboy360 Jun 10, 2026
7c1d751
aarch64/limine: force EL1h (SPSel=1) at entry — UEFI ISO now renders …
squirelboy360 Jun 10, 2026
bd96e7e
aarch64: mask IRQs across the EL0-return asm — fixes the residual ~25…
squirelboy360 Jun 11, 2026
454bd63
aarch64: fix crash#2 (cond_timedwait timeout → misaligned PC) + ship …
squirelboy360 Jun 11, 2026
7e1a019
aarch64: 16-byte-align thread + process entry SP — fixes real-hardwar…
squirelboy360 Jun 11, 2026
e9fd481
aarch64: drive the scheduler/vsync tick off the VIRTUAL timer (CNTV/P…
squirelboy360 Jun 11, 2026
b4dcdb5
kernel: fix pkg syscall collision (0x390-0x393) — un-breaks sched_yie…
squirelboy360 Jun 11, 2026
463e689
embedder: wire the on-demand package pipeline to the shell channel
squirelboy360 Jun 11, 2026
30c3684
net: fix TCP connect-readiness probe — kernel HTTP fetch works for th…
squirelboy360 Jun 11, 2026
ff933f0
net: real monotonic clock for smoltcp + streaming fixes — package fet…
squirelboy360 Jun 12, 2026
62e2cd3
kernel: app crash auto-recovery — crashed apps relaunch with backoff;…
squirelboy360 Jun 12, 2026
0cf5aa8
pkg: implement Ed25519 cryptographic signing and verification for pac…
squirelboy360 Jun 12, 2026
b30e33e
Merge branch 'develop' into feat/native-engine-port
squirelboy360 Jun 12, 2026
e870f28
Harden context transitions, implement off-ISO package persistence, an…
squirelboy360 Jun 12, 2026
00d9500
pkg: drop debug catalog test-resolve from boot init
squirelboy360 Jun 12, 2026
c769520
kernel: enforce capabilities per-PCB — privileged syscalls gated by s…
squirelboy360 Jun 12, 2026
ef46be0
docs: ARM/x86 branch integration plan (recon)
squirelboy360 Jun 12, 2026
dc37ba4
Merge remote-tracking branch 'origin/main' into integrate-arm-x86
squirelboy360 Jun 12, 2026
407e97f
repo: untrack build artifacts (95MB .so.trace, iso_root_aarch64 build…
squirelboy360 Jun 12, 2026
12cb3bd
kernel: dedup try_claim_cpu_for — fixes non-compiling integration mer…
squirelboy360 Jun 12, 2026
429425c
kernel: boot splash — centered white OSCortex logo on black
squirelboy360 Jun 13, 2026
bdcfaea
build/release: full-render x86 ISO without engine Docker + correct UT…
squirelboy360 Jun 13, 2026
7724e50
build-iso.sh: force JIT on x86 — strip stray AOT snapshots before emb…
squirelboy360 Jun 13, 2026
7233c22
compositor: software cursor on aarch64 (read unified wm pointer state)
squirelboy360 Jun 13, 2026
d9f4331
kernel: per-engine vsync batons (multi-engine foundation)
squirelboy360 Jun 13, 2026
c710176
fb: honor firmware framebuffer channel order (fix x86 "no UI"/blue sc…
squirelboy360 Jun 13, 2026
c6a5488
build: x86 shell renders — use the JIT engine + JIT kernel_blob (fix …
squirelboy360 Jun 13, 2026
64f605f
usb: aarch64 USB HID mouse + keyboard (xHCI over PCIe ECAM)
squirelboy360 Jun 13, 2026
4ca00e6
boot: dot-matrix boot screen instead of raw log spam
squirelboy360 Jun 13, 2026
c3865c4
fix(aarch64): boot the arm64 ISO under UTM/QEMU+HVF
squirelboy360 Jun 14, 2026
e25b8d3
Merge remote-tracking branch 'origin/develop' into feat/native-engine…
squirelboy360 Jun 14, 2026
d78f6a5
fix(engine): serial-GC config kills the post-app-launch freeze (aarch64)
squirelboy360 Jun 14, 2026
bcf47f4
fix(embedder): decode flutter/mousecursor as StandardMethodCodec
squirelboy360 Jun 14, 2026
038f4a9
cleanup(syscall): drop the dead PID7 syscall-trace no-op
squirelboy360 Jun 14, 2026
8747f0a
fix(x86): restore arch parity — add smp::set_sched_ready
squirelboy360 Jun 14, 2026
26ab060
fix(embedder): scope serial-GC dart-flags to aarch64 only
squirelboy360 Jun 14, 2026
e526cec
build(x86): add opt-in X86_AOT staging path + gate JIT kernel_blob reqs
squirelboy360 Jun 14, 2026
281b75a
fix(embedder): deliver serial-GC dart-flags on both arches under AOT
squirelboy360 Jun 14, 2026
42a723e
chore: gitignore local x86 AOT snapshot backups
squirelboy360 Jun 14, 2026
4718a88
release: bump engine artifact to oscortex-engine-2 + fix publish out-…
squirelboy360 Jun 15, 2026
df9cb23
chore: stop tracking/cluttering bootable artifacts (*.iso, iso_root/,…
squirelboy360 Jun 15, 2026
1d444c9
fix(x86): TSC/APIC calibration must not hang when the legacy PIT is a…
squirelboy360 Jun 15, 2026
89647d8
chore: untrack generated iso_root/limine.conf (build artifact, gitign…
squirelboy360 Jun 15, 2026
df11975
fix(x86): bound the i8042 PS/2 drain so a missing controller can't ha…
squirelboy360 Jun 15, 2026
d57a80d
feat(usb): bind absolute USB tablet (UTM/QEMU default pointer) for x8…
squirelboy360 Jun 15, 2026
4750786
chore(dev-tools): organize contributor debug/recovery tooling + knowl…
squirelboy360 Jun 15, 2026
172c1a0
feat(input): on-screen input debug HUD + always-on input telemetry
squirelboy360 Jun 15, 2026
39ab42e
feat(net): expose tcp_status syscall + grant apps CAP_NET (app networ…
squirelboy360 Jun 15, 2026
972ac49
feat(net): embedder oscortex/net channel + TCP syscall wrappers (app …
squirelboy360 Jun 15, 2026
26d07c3
feat(net): oscortex_net Dart package — TCP socket + HTTP client (app …
squirelboy360 Jun 15, 2026
f12bca1
test(net): lock the oscortex/net wire protocol with unit tests (app n…
squirelboy360 Jun 15, 2026
c9fdf32
test(net): cover httpGet — request format + header stripping (app net…
squirelboy360 Jun 15, 2026
3ad7865
feat(osx): bring the osx CLI into the repo, publish-ready (oscortex_cli)
squirelboy360 Jun 15, 2026
2f98c85
docs(browser): architecture + phased plan (Servo via compositor surface)
squirelboy360 Jun 15, 2026
03d5531
feat(webview): oscortex_webview package — controller + widget (browse…
squirelboy360 Jun 15, 2026
84a5dad
feat(webview): Web Link browser chrome over OscWebView (browser, scaf…
squirelboy360 Jun 15, 2026
5569ea5
feat(webview): embedder oscortex/webview handler + surface-backed stu…
squirelboy360 Jun 15, 2026
38399ce
fix(build-iso): KERNEL_FEATURES empty-array break on bash 3.2 (set -u)
squirelboy360 Jun 15, 2026
61da090
fix(boot): survive large Retina framebuffers + unmask post-compositor…
squirelboy360 Jun 15, 2026
c34c50c
feat(net): DNS resolver via smoltcp DNS socket + SYS_DNS_RESOLVE (app…
squirelboy360 Jun 15, 2026
269429c
feat(net): expose DNS to apps — oscortex/net resolve op + Dart resolv…
squirelboy360 Jun 15, 2026
61010db
feat(net): use DHCP-provided DNS servers (app networking, 8/n)
squirelboy360 Jun 15, 2026
d97bd25
fix(boot): gate SMP AP bring-up behind `smp` feature — single-core by…
squirelboy360 Jun 15, 2026
693f673
chore(web-link): ignore build/osx artifacts in the Web Link app
squirelboy360 Jun 15, 2026
edb5eb6
feat(smp): M1 — per-CPU preempt-disable + non-preemptable bail (sched…
squirelboy360 Jun 16, 2026
ee4a0e5
feat(smp): M2 — physical-address-keyed futex wake scoping
squirelboy360 Jun 16, 2026
d1a287d
chore(apps): drop unused Flutter desktop/mobile runner stubs from osc…
squirelboy360 Jun 16, 2026
f994361
fix(fault): a userspace fault kills the process + reschedules — never…
squirelboy360 Jun 16, 2026
dab3b07
fix(timerfd): force-wake marks a timer ready once, never piles up fak…
squirelboy360 Jun 16, 2026
76f0006
feat(smp): M3 — aarch64 reschedule IPI via GIC SGI (cross-core wakeup…
squirelboy360 Jun 16, 2026
9c77054
feat(smp): M4 — home-core app isolation; apps launch + render under SMP
squirelboy360 Jun 16, 2026
05d5050
fix(smp): page-table walks degrade gracefully on a freed/garbage tabl…
squirelboy360 Jun 16, 2026
3a8e708
chore(hygiene): drop committed Dart tooling cache from oscortex_ui
squirelboy360 Jun 16, 2026
52dffe1
docs(release): v0.1.4 notes — SMP app-launch fix + honest browser/Web…
squirelboy360 Jun 16, 2026
0020d2f
docs: mandatory anti-stub engineering rules + honest feature-status l…
squirelboy360 Jun 16, 2026
6438480
docs(status): correct aarch64 app-launch — it FREEZES (live-tested), …
squirelboy360 Jun 16, 2026
b767132
feat(smp): aarch64 AP now runs home-pinned apps (EL0 entry works) — b…
squirelboy360 Jun 16, 2026
2cff951
fix(smp/aarch64): AP must enable_fpu_simd() — sets CNTKCTL_EL1 (EL0 c…
squirelboy360 Jun 16, 2026
7aace37
fix(smp/aarch64): keep ISR wake-assist wake-only — the resume corrupt…
squirelboy360 Jun 16, 2026
38cea11
docs(status): aarch64 SMP — precise wall (CNTKCTL fixed; bootstrap pu…
squirelboy360 Jun 16, 2026
1043d79
fix(smp/aarch64): gate ISR resume on valid FP (no-corruption guard) —…
squirelboy360 Jun 16, 2026
f432bbb
Merge remote-tracking branch 'origin/develop' into feat/native-engine…
squirelboy360 Jun 17, 2026
31efd62
fix(smp/aarch64): app-launch renders under SMP — 5 SMP-safety bugs (~…
squirelboy360 Jun 17, 2026
1e092db
test+docs(smp/aarch64): durable app-launch harness; honest ledger; ri…
squirelboy360 Jun 17, 2026
5005fe3
kernel(x86): interact-freeze root-cause + cooperative-yield re-exec f…
squirelboy360 Jun 19, 2026
3255798
engine(port): epoll_wait size-validation patch + republish runbook — …
squirelboy360 Jun 19, 2026
55189d5
kernel(x86): eliminate the epoll_wait-nr re-exec leak — guard all 4 u…
squirelboy360 Jun 19, 2026
79790ae
test(x86): headless QMP screendump tool — visual interactivity proof
squirelboy360 Jun 19, 2026
ed07d80
docs(FEATURE_STATUS): x86 single-core app launch+interact verified cr…
squirelboy360 Jun 19, 2026
39c56cd
docs(FEATURE_STATUS): aarch64 single-core app launch+interact RESPONS…
squirelboy360 Jun 19, 2026
9543368
kernel(x86): bare-metal hardware-generality fixes — PS/2 on real HW +…
squirelboy360 Jun 19, 2026
428021a
docs(FEATURE_STATUS): honest bare-metal state — input + smp-on Mac ha…
squirelboy360 Jun 19, 2026
3375d98
kernel(wm): adaptive pointer-move throttle — fix the real-mouse flood…
squirelboy360 Jun 19, 2026
f0786e9
kernel(x86): framebuffer write-combining — fix the MacBook spawn_shel…
squirelboy360 Jun 19, 2026
7608705
docs(FEATURE_STATUS): bare-metal round 2 — ProBook hover-freeze fixed…
squirelboy360 Jun 19, 2026
6852af0
kernel(sched): Phase 3 A0 — wire is_preemptable into the preempt funn…
squirelboy360 Jun 20, 2026
f41a305
kernel(sched): Phase 3 Step 1a — lock-free mandatory quantum (the roo…
squirelboy360 Jun 20, 2026
aba1a1b
kernel(sched): Phase 3 Step 3 — atomic futex WAIT (close the lost-wak…
squirelboy360 Jun 20, 2026
4e3a6b5
kernel(sched): Phase 3 Step 4 — address-space-identity futex key (kil…
squirelboy360 Jun 20, 2026
6e8c7f8
kernel(sched): epoll re-exec guard re-executes instead of neutralizin…
squirelboy360 Jun 21, 2026
b1724fa
kernel(sched): reclaim per-pid tables on exit — fix the slow "frozen …
squirelboy360 Jun 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,17 @@ initramfs/system/lib/liboscortex_libc.so
iso_root_aarch64/
oscortex-aarch64.iso
tools/flutter-engine/linux-arm64/
apps/_x86_aot_backup/
*.iso
iso_root/
*.kernel

# Dart/Flutter package build artifacts
packages/*/.dart_tool/
packages/*/pubspec.lock
packages/*/.flutter-plugins*
packages/*/build/

# osx CLI per-app build config + outputs
apps/*/.osx/
apps/*/build/osx/
30 changes: 30 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# OSCortex — agent instructions

OSCortex is a from-scratch OS: a Rust microkernel (x86_64 + aarch64, no glibc/std,
software-composited framebuffer, no GPU) running a custom prebuilt Flutter embedder
as the shell + apps. Single source tree; active branch `feat/native-engine-port`,
base `develop`.

## ‼️ READ `rules.md` BEFORE STARTING AND BEFORE REPORTING DONE — MANDATORY
[rules.md](rules.md) is binding for every agent. The short version:
- **Never present a stub/placeholder/mock as done.** Label it in code, report it as a
stub, and never call it "done/working/complete".
- **"Done" = verified end-to-end on the REAL artifact** (the actual ISO/binary the
user runs), with saved proof. Compiles/renders/tests-pass ≠ done.
- **Report status as exactly one of: DONE / UNVERIFIED / SCAFFOLD-STUB / NOT STARTED.**
- **Finish the task or name the gap precisely** (what's missing, why, effort). No
silent scope-narrowing.
- Keep [docs/FEATURE_STATUS.md](docs/FEATURE_STATUS.md) honest and current.

Violating these wastes the maintainer's time and breaks trust. Slower-but-true beats
fast-but-fake, always.

## Build / test (x86, the primary target)
- Release build with the SMP app-launch fix: `KERNEL_FEATURES=smp X86_AOT=1 SKIP_CORE_APPS=1 bash scripts/build-iso.sh` → `oscortex.iso`. Add `input-hud` to KERNEL_FEATURES only for local debugging (never in a release).
- The SMP app-launch fix is inert on a single core — test under `-smp 2`+.
- Verify on the real ISO before claiming anything works (Rule 5).

## Hard constraints
- **No Claude/Anthropic attribution** on commits or anything cloud-bound.
- Only verified work goes to cloud. Published == locally verified.
- Never enter the maintainer's credentials/tokens — that is the maintainer's action.
34 changes: 0 additions & 34 deletions apps/oscortex_app/ios/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions apps/oscortex_app/ios/Flutter/AppFrameworkInfo.plist

This file was deleted.

1 change: 0 additions & 1 deletion apps/oscortex_app/ios/Flutter/Debug.xcconfig

This file was deleted.

1 change: 0 additions & 1 deletion apps/oscortex_app/ios/Flutter/Release.xcconfig

This file was deleted.

Loading