It compiles. It runs. Nothing works, but it also doesn't crash. Victory!

This commit is contained in:
Simon Brooke 2026-04-23 11:50:30 +01:00
parent 8d2acbeb0f
commit aa0d60bbed
20 changed files with 390 additions and 244 deletions

View file

@ -1,5 +1,5 @@
/**
* memory/pso4.h
* memory/pso4.c
*
* Paged space object of size class 4, 16 words total, 14 words payload.
*
@ -11,5 +11,3 @@
#include "memory/pso.h"
#include "memory/pso2.h"
#include "memory/pso4.h"
struct pso4 *pointer_to_pso4( struct pso_pointer p );