pycorn icon indicating copy to clipboard operation
pycorn copied to clipboard

An interpreted operating system written in Python.

Results 8 pycorn issues
Sort by recently updated
recently updated
newest added

I use mkimage.py to create boot stcipt for arm platform (unrelated to pycorn). Mkimage from Ubuntu 16.04 mkimage -A arm -O linux -T script -C none -n "bootscript" -d boot.script...

Develop and add a module to access to FAT filesystems using the [FatFS](http://elm-chan.org/fsw/ff/00index_e.html) library so we can have a basic filesystem where to start working on. Maybe it's not the...

Allow to compile and run Pycorn on the Rapsberry Pi board. I have in background since a lot of time to port PyMite to the Rapsberry Pi, but I don't...

Reproduction steps: 1. makepp seeds/pycorn/pycorn.uimage (to build the Pycorn image) 2. makepp seeds/pycorn/run (to launch it in qemu) 3. Type the following into the interpreter: > > > from metal...

Pycorn needs a nice logo. The obvious thing is some kind of visual pun involving snakes and something that doesn't _too_ closely resemble the Acorn logo (http://en.wikipedia.org/wiki/File:AcornComputersLtdLogo.jpg) but one better...

enhancement

libgcc and newlib get built for generic ARM, without any machine-specific CFLAGS. It would be nice if it could optimise them for the machine being used, but this would make...

enhancement

The bootstrap assumes it's okay to allocate pages from the space after where the rom was loaded. The ARM linux boot protocol kinda guarantees that 16KB of ram is available...

enhancement

There should be docstrings for the modules/functions provided in embryo/metal/etc.

enhancement