klapauciusisgreat / jonesforth-MacOS-x64

JonesFORTH port to MacOS Catalina (x64)
6 stars 3 forks source link

Fix Syscalls #1

Open klapauciusisgreat opened 4 years ago

klapauciusisgreat commented 4 years ago

Cleanup

klapauciusisgreat commented 4 years ago

61de6e96d53fc91cd1a188972a4adb22d0f4921c fixes the issue of forth words being in a text segment - they can now again be in the BSS segment.

Still need to figure out how to use mprotect to properly set permissions for self modifying code.