From correspondence with ostnils:new microcomputer and the existing machine-dependent Unix Edition 7 code is not suitable for this.
The Unix Edition 7 operating system is written in C and for this reason it can be transferred to a microcomputer with a different processor.
To do this, you need a compiler that can translate the source code in C into the commands of the desired microprocessor. However, not all programs can be compiled with the new processor. Part of the operating system code depends on the hardware of the
Since the existence of the Unix operating system, several attempts have been made to transfer it to the z80 processor. Micronix migrated Unix V6. They used Whitesmiths C as a compiler.time, they had advanced the furthest. However, their operating system only supported MSX hardware. In addition, the source code of UZIX v2 has not been published.
Douglas Braun wrote a Unix-like operating system UZI using Code Works Q/C. Harold F. Bower adapted UZI into UZI180 using HiTech C v3.09. Stefan Nitschke developed it into UZI280, also using HiTech C v3.09.
During the development of these operating systems, only a small part of microcomputers could execute Unix code. At that time , MSX microcomputers and Arcady Schekochikhin and Adriano C. R. da Cunha developed UZIX. First v1 and then V2. At that point in
Sergey Akimov adapted UZIX for the ORION microcomputer.compiler and cannot work on processors for which he generates code. This is a big drawback of FUZIX.
Alan Cox started the development of the FUZIX operating system.
He now has the most advanced operating system that can run on different processors and different microcomputers. FUZIX is based on the UZI180 and complements it with a number of missing features. However, as a compiler, he used SDCC, which is a cross-
Writing a multi-task and multi-user Unix-like operating system is quite a difficult task. Many started it and as a result could not bring it to the end. The reasons were different, but the result was sad for everyone. It is almost impossible for oneperson to do such work qualitatively. Since at this point in time there are few computers left for old processors and even fewer people who use them, testing the operating system becomes quite difficult. The fewer users there are, the less likely it is
Your desire to port Unix Edition 7 to z280 causes respect on the one hand, and on the other some despondency. Why repeat the path already passed by someone earlier. It is better to fix your eyes on one of the already existing Unix-like systems,especially since they are all based on Unix Edition 7 and adapt it for your hardware.
I have a microcomputer P112 and there is an UZI180 for it. However, this operating system is not complete and there are errors in it. I really wanted a native compiler to appear in this system, on which its code is written. This prompted me to try torestore the source code from the HiTech C v3.09 compiler executables for CP/M and compile it for UZI180. In part, Mark Ogden and I have had some success. The source code of the compiler has been restored. A cross-compiler has been created from the
Changes in the kernel can lead to errors in other utilities that ensure the operation of the system as a whole. Adaptation and correction of errors in the UZI180 for the P112 microcomputer was handled by Hector Peraza. I am not sure that he will wantto return to this project and start improving it and fixing bugs. At one time, he did a lot of work and somehow or poorly UZI180 works. There is not much in it yet.
I lack a simple text editor, a program like Kermit for sharing with other computers and a description of the utilities implemented in UZI180. I have already done a description of the kernel functions and almost all utilities. However, even here a flyin the ointment was found. Hector Peraza used previously written code by other programmers as the source code of utilities and compiled it into executable files. However, he could not physically check how they work. I found that some of them do not work
Best regards,
Andrey
Hello Andreythe new microcomputer and the existing machine-dependent Unix Edition 7 code is not suitable for this.
I was going to write to this group, to show my interest on UZI180 and P112, and I have seen your message, talking precisely things that interested me: the status of UZI180, and a compiler for it.
I am now triying to get a P112 board , I have contacted one person that probably could sell me one he has.
If I get a P112 board, my idea was to try to install UZI180 on it. But after reading your message, it is not clear that is possible in the short term.
In any case I woul like to try it , and perhaps try to fix some bugs on UZI180.
My level of knowledge is not high, so this will be a slow process.
If anybody want to share experiences about this theme, I would be glad to interchange information and see what it is possible to do with UZI180 and P112.
I think there are some Z80 emulators over there (not sure if also for the Z180) , so perhaps one of these can be used to debugg UZI180. Would it be possible?
Other possible use for P112, for me can be to try to install a CP/M on it.
If UZI180 it is not possible to install and run on the P112, well, there are many interesting projects over there, that is a bit of a problem with me I want to do many of them
There is another learnig unix-lke operating system, XV6, so I will try to check that one also. However XV6 has been porteds targeted only to 32 bit X86, and 64 bit RISC-V. Recently it has been ported to RISC-V , 32 bits.
Regards,
Alvaro Garcia
El viernes, 25 de noviembre de 2022 a las 1:23:13 UTC+1, Андрей Никитин escribió:
From correspondence with ostnils:
The Unix Edition 7 operating system is written in C and for this reason it can be transferred to a microcomputer with a different processor.
To do this, you need a compiler that can translate the source code in C into the commands of the desired microprocessor. However, not all programs can be compiled with the new processor. Part of the operating system code depends on the hardware of
in time, they had advanced the furthest. However, their operating system only supported MSX hardware. In addition, the source code of UZIX v2 has not been published.Since the existence of the Unix operating system, several attempts have been made to transfer it to the z80 processor. Micronix migrated Unix V6. They used Whitesmiths C as a compiler.
Douglas Braun wrote a Unix-like operating system UZI using Code Works Q/C. Harold F. Bower adapted UZI into UZI180 using HiTech C v3.09. Stefan Nitschke developed it into UZI280, also using HiTech C v3.09.
During the development of these operating systems, only a small part of microcomputers could execute Unix code. At that time , MSX microcomputers and Arcady Schekochikhin and Adriano C. R. da Cunha developed UZIX. First v1 and then V2. At that point
compiler and cannot work on processors for which he generates code. This is a big drawback of FUZIX.Sergey Akimov adapted UZIX for the ORION microcomputer.
Alan Cox started the development of the FUZIX operating system.
He now has the most advanced operating system that can run on different processors and different microcomputers. FUZIX is based on the UZI180 and complements it with a number of missing features. However, as a compiler, he used SDCC, which is a cross-
person to do such work qualitatively. Since at this point in time there are few computers left for old processors and even fewer people who use them, testing the operating system becomes quite difficult. The fewer users there are, the less likely it isWriting a multi-task and multi-user Unix-like operating system is quite a difficult task. Many started it and as a result could not bring it to the end. The reasons were different, but the result was sad for everyone. It is almost impossible for one
especially since they are all based on Unix Edition 7 and adapt it for your hardware.Your desire to port Unix Edition 7 to z280 causes respect on the one hand, and on the other some despondency. Why repeat the path already passed by someone earlier. It is better to fix your eyes on one of the already existing Unix-like systems,
restore the source code from the HiTech C v3.09 compiler executables for CP/M and compile it for UZI180. In part, Mark Ogden and I have had some success. The source code of the compiler has been restored. A cross-compiler has been created from theI have a microcomputer P112 and there is an UZI180 for it. However, this operating system is not complete and there are errors in it. I really wanted a native compiler to appear in this system, on which its code is written. This prompted me to try to
to return to this project and start improving it and fixing bugs. At one time, he did a lot of work and somehow or poorly UZI180 works. There is not much in it yet.Changes in the kernel can lead to errors in other utilities that ensure the operation of the system as a whole. Adaptation and correction of errors in the UZI180 for the P112 microcomputer was handled by Hector Peraza. I am not sure that he will want
in the ointment was found. Hector Peraza used previously written code by other programmers as the source code of utilities and compiled it into executable files. However, he could not physically check how they work. I found that some of them do not workI lack a simple text editor, a program like Kermit for sharing with other computers and a description of the utilities implemented in UZI180. I have already done a description of the kernel functions and almost all utilities. However, even here a fly
Best regards,
Andrey
суббота, 20 мая 2023 г. в 01:22:02 UTC+3, Alvaro García:the new microcomputer and the existing machine-dependent Unix Edition 7 code is not suitable for this.
Hello Andrey
I was going to write to this group, to show my interest on UZI180 and P112, and I have seen your message, talking precisely things that interested me: the status of UZI180, and a compiler for it.
I am now triying to get a P112 board , I have contacted one person that probably could sell me one he has.
If I get a P112 board, my idea was to try to install UZI180 on it. But after reading your message, it is not clear that is possible in the short term.
In any case I woul like to try it , and perhaps try to fix some bugs on UZI180.
My level of knowledge is not high, so this will be a slow process.
If anybody want to share experiences about this theme, I would be glad to interchange information and see what it is possible to do with UZI180 and P112.
I think there are some Z80 emulators over there (not sure if also for the Z180) , so perhaps one of these can be used to debugg UZI180. Would it be possible?
Other possible use for P112, for me can be to try to install a CP/M on it.
If UZI180 it is not possible to install and run on the P112, well, there are many interesting projects over there, that is a bit of a problem with me I want to do many of them
There is another learnig unix-lke operating system, XV6, so I will try to check that one also. However XV6 has been porteds targeted only to 32 bit X86, and 64 bit RISC-V. Recently it has been ported to RISC-V , 32 bits.
Regards,
Alvaro Garcia
El viernes, 25 de noviembre de 2022 a las 1:23:13 UTC+1, Андрей Никитин escribió:
From correspondence with ostnils:
The Unix Edition 7 operating system is written in C and for this reason it can be transferred to a microcomputer with a different processor.
To do this, you need a compiler that can translate the source code in C into the commands of the desired microprocessor. However, not all programs can be compiled with the new processor. Part of the operating system code depends on the hardware of
point in time, they had advanced the furthest. However, their operating system only supported MSX hardware. In addition, the source code of UZIX v2 has not been published.Since the existence of the Unix operating system, several attempts have been made to transfer it to the z80 processor. Micronix migrated Unix V6. They used Whitesmiths C as a compiler.
Douglas Braun wrote a Unix-like operating system UZI using Code Works Q/C.
Harold F. Bower adapted UZI into UZI180 using HiTech C v3.09. Stefan Nitschke developed it into UZI280, also using HiTech C v3.09.
During the development of these operating systems, only a small part of microcomputers could execute Unix code. At that time , MSX microcomputers and Arcady Schekochikhin and Adriano C. R. da Cunha developed UZIX. First v1 and then V2. At that
cross-compiler and cannot work on processors for which he generates code. This is a big drawback of FUZIX.Sergey Akimov adapted UZIX for the ORION microcomputer.
Alan Cox started the development of the FUZIX operating system.
He now has the most advanced operating system that can run on different processors and different microcomputers. FUZIX is based on the UZI180 and complements it with a number of missing features. However, as a compiler, he used SDCC, which is a
one person to do such work qualitatively. Since at this point in time there are few computers left for old processors and even fewer people who use them, testing the operating system becomes quite difficult. The fewer users there are, the less likely itWriting a multi-task and multi-user Unix-like operating system is quite a difficult task. Many started it and as a result could not bring it to the end. The reasons were different, but the result was sad for everyone. It is almost impossible for
especially since they are all based on Unix Edition 7 and adapt it for your hardware.Your desire to port Unix Edition 7 to z280 causes respect on the one hand, and on the other some despondency. Why repeat the path already passed by someone earlier. It is better to fix your eyes on one of the already existing Unix-like systems,
to restore the source code from the HiTech C v3.09 compiler executables for CP/M and compile it for UZI180. In part, Mark Ogden and I have had some success. The source code of the compiler has been restored. A cross-compiler has been created from theI have a microcomputer P112 and there is an UZI180 for it. However, this operating system is not complete and there are errors in it. I really wanted a native compiler to appear in this system, on which its code is written. This prompted me to try
want to return to this project and start improving it and fixing bugs. At one time, he did a lot of work and somehow or poorly UZI180 works. There is not much in it yet.Changes in the kernel can lead to errors in other utilities that ensure the operation of the system as a whole. Adaptation and correction of errors in the UZI180 for the P112 microcomputer was handled by Hector Peraza. I am not sure that he will
fly in the ointment was found. Hector Peraza used previously written code by other programmers as the source code of utilities and compiled it into executable files. However, he could not physically check how they work. I found that some of them do notI lack a simple text editor, a program like Kermit for sharing with other computers and a description of the utilities implemented in UZI180. I have already done a description of the kernel functions and almost all utilities. However, even here a
for the P112. Unfortunately, it is only one.Hello AlvaroBest regards,
Andrey
The P112 microcomputer was a fairly advanced device for its time. The microprocessor, RAM, ROM and some interfaces were located on the main board.
The microcomputer supports 2 floppy disks (up to 4 in total), 2 RS-232 serial interfaces (up to 5 in total), and a parallel port. The main board has a connector for expansion boards. An additional board for connecting hard disks (2 or 4) was developed
Single-user operating systems were adapted for the P112 microcomputer: CP/M 2.2, CP/M 3.0, DOSPLUS, ZSDOS. The B/P BIOS became the most developed one.UZI180 system for it, similar to Unix Edition 7. He also adapted SNIOS for CP/NET 1.1 and 1.2 and wrote many useful utilities for these operating systems.
Several multitasking multi-user systems were adapted for this microcomputer: MP/M 1.1 and MP/M II. Additionally, Hector Peraza wrote for this microcomputer a multitasking operating system RSX180 similar to DEC RSX-11M. And he improved the Unix-like
The P112 microcomputer and these operating systems are now obsolete and allow the user to go back a few decades and work in the environments of the time.command. Terry Gulczynski adapted Tilmann Reh's GIDE as an expansion board for the P112. This makes it possible to boot the UZI180 operating system (and not only that) from the hard drive. I was able to do this. The speed of response to typed commands
The UZI180 operating system (kernel and utilities) is written in the high-level C language with the HiTech C v3.09 compiler. The P112 microcomputer can boot the UZI180 from a floppy disk and use a second floppy disk by mounting it with the mount
I really wanted the UZI180 system to be self-sufficient, i.e. able to use the HiTech C v3.09 compiler as native software. To that end, I decided to restore the source code of the compiler. With the help of Mark Ogden I was able to complete therestoration of the C compiler code, fixing a few bugs in the CP/M version compiler executables along the way. Using the recovered code I was able to create a cross-compiler for modern Linux, macOS and Windows operating systems. At the moment I'm trying
Software development is only kept alive by the enthusiasm of hobbyists of old computers and they do it in their spare time. Therefore, fixing existing bugs or creating new programs has no specific deadline.
What I personally miss in the UZI180 is a simple text editor and a program for exchanging data with other computers via RS-232 (e.g. kermit). I was able to compile kermit v 3, but it only transmits files in one direction.
I never give up hope to someday compile the programs I need for the UZI180 and make this wonderful operating system more convenient and attractive. I hope it is of interest not only to me.
Regards,
Andrey Nikitin
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 493 |
Nodes: | 16 (2 / 14) |
Uptime: | 193:46:17 |
Calls: | 9,707 |
Calls today: | 2 |
Files: | 13,740 |
Messages: | 6,180,362 |