Thorsten Otto

Results 54 issues of Thorsten Otto

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no This adds missing OS_* constants, using the same names that ZipArchive uses....

Hi, first off, i'm not a great expert in JavaSscript. I just recently tried to install & run pce.js. I works great when using the checked in version of bundle.js....

Some git submodules fail do be fetched when doing a ```git clone --recurse-submodules```. I.e. in C/Christian Zietz/uip-tools i get the error ``` fatal: remote error: upload-pack: not our ref 6f392786a147fd9e4a065c04bc7d74ce7c247353...

Not really an issue, but if you ever look into supporting Atari (GEM) bitmap fonts again. you may want to look at https://github.com/th-otto/gemfedit/blob/master/tools/fntconv.c. That repo also has the 6x6 system...

In https://github.com/freemint/freemint/blob/a54c65e5fda06e40f73b91a4cfcfd57c2d181bbb/sys/sockets/xif/rtl8012.c#L95-L97 the XIF_DEBUG macro is set, which causes some additional code to be compiled in (only in initialization functions, so not an any time critical paths). That code is...

kernel

I just noticed that in the daynaport driver, this member is used as a further suboption, as seen in https://github.com/freemint/freemint/blob/5d6e8d952df0000de2b91df3b5708ec1f7d44298/sys/sockets/xif/daynaport/scsilink.c#L466 and https://github.com/freemint/freemint/blob/5d6e8d952df0000de2b91df3b5708ec1f7d44298/tools/net-tools/slinkctl/slinkctl.c#L154 I think this is a bad idea, since...

Just seen in https://github.com/freemint/freemint/blob/96d3d066f34796bbce76a2b9e3950f674329528c/sys/sockets/main.c#L156 There, an exact kernel version is checked. Shouldn't that rather check for a minimum version?

tzinit is maybe invoked from mint.cnf. tzselect is a script allowing the user to select his local timezone. The timezone database is needed by almost every program that is compiled...

enhancement
build

Maybe my brain is suffering from the work of the MMU fix, but code similar to https://github.com/freemint/freemint/blob/606236ac78047dbaef02ae5fd6de1881e219d3c3/sys/fatfs.c#L4917 ... https://github.com/freemint/freemint/blob/606236ac78047dbaef02ae5fd6de1881e219d3c3/sys/fatfs.c#L4947-L4950 can be found there at several places. WTF? When there is...

bug
kernel
needsconfirmation

Currently, additional serial devices like modem2, serial1 etc are only added according to machine cookie. Instead of using such an untrustable source, they should be auto-detected instead. It's really a...

enhancement
kernel