interim
interim copied to clipboard
The Interim Operating System
Trying to build the RPi2 build in Debian-testing (amd64) and the following error comes up any time I try running the rpi2-build.sh script: `arm-none-eabi-gcc -march=armv7-a -mtune=cortex-a7 -mfloat-abi=hard -Wall -Wno-psabi -fsigned-char...
./sledge will launch the terminal interface, but a command like (+ 4 5) will fail with: nm: /tmp/jit_out.o: no symbols zsh: segmentation fault (core dumped)
Please make any tiling wmanager. not it is possible to runt this system on microcontroler too? raspberry pi pico for example?
With binutils 2.26 and sdl2 2.0.4 I ran: ``` $ ./sledge < tests/boot2.l [alloc] cell heap at 0x104fe5000, 2400000 bytes reserved [compiler] interim knows 55 symbols. enter (symbols) to see...
Hi all, I just gave the updated master branch a try, as I couldn't apply @wasamasa 's SDL1.2 patch into my local copy of @mntmn 's reform branch (git apply...
After executing ``` ./rpi2-build.sh ./rpi2-release.sh cp release-rpi2/* /media/boot/ umount /media/boot ``` and inserting the SD card into the Raspberry Pi, it boots into a white screen and is stuck there....
Would you like to add more error handling for return values from functions like the following? - [fseek](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fseek.html) ⇒ [posixfs_open](https://github.com/mntmn/interim/blob/32524f7b0fa5f18292871afd89ee72d7764ec19c/devices/posixfs.c#L13) - [malloc](http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html) ⇒ [main](https://github.com/mntmn/interim/blob/95d5c838ec646a0081e349261a2d5b559d1e9046/sledge/sledge.c#L23) - [printf](http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html) ⇒ [init_compiler](https://github.com/mntmn/interim/blob/d3bdbb459fc00c0744a4dc2cf8b4ff5fc7d0a2cb/sledge/compiler_new.c#L1253)
The graphical shell has rather weird keyboard handling, on a QWERTY-US layout I cannot even type `(+ 1 1)`. I've switched the responsible code from keysyms to scancodes to enforce...
Hello! I haven't yet gotten this booting on a RaspPi 2 (waiting for it to arrive) but I am having fun running it on my Mac. I did notice that...
Quoting an email I got today: > When sledge is run via the example "./sledge < tests/boot2.l", the keyboard alignment appears to be off for the US layout. The exact...