Size: a a a

Анархическая электроника

2021 February 13

SB

Stanislav Bobokalo in Анархическая электроника
Отдельным файлом
источник

SB

Stanislav Bobokalo in Анархическая электроника
gcc 1.4, пиздец времена были
источник

t

tmelinked_ in Анархическая электроника
Anton Saharov
Все равно записать и проверить не смогу сейчас
чувак, я надеюсь это хобби
источник

AS

Anton Saharov in Анархическая электроника
Надейся)
источник

t

tmelinked_ in Анархическая электроника
иначе тоби пизда
источник

SB

Stanislav Bobokalo in Анархическая электроника
Currently only a subset of AT-hardware is supported (hard-disk, screen,
keyboard and serial lines), and some of the system calls are not yet
fully implemented (notably mount/umount aren't even implemented).  See
comments or readme's in the code.
источник

SB

Stanislav Bobokalo in Анархическая электроника
PC/AT type disk

Даже скази тогда не было
источник

SB

Stanislav Bobokalo in Анархическая электроника
It might be
possible to use the free minix demo-disk to make a filesystem and run
linux without having minix, but I don't know...
источник

AS

Anton Saharov in Анархическая электроника
Это как?
источник

SB

Stanislav Bobokalo in Анархическая электроника
Stanislav Bobokalo
It might be
possible to use the free minix demo-disk to make a filesystem and run
linux without having minix, but I don't know...
В теории, на практике скорее всего грабы подойдут
источник

SB

Stanislav Bobokalo in Анархическая электроника
Anton Saharov
Надейся)
А зачем?
источник

AS

Anton Saharov in Анархическая электроника
Потому что хочу и могу
источник

t

tmelinked_ in Анархическая электроника
источник

AS

Anton Saharov in Анархическая электроника
Ламплвые потрескивания внутри корпуса под работу на ms dos
источник

AS

Anton Saharov in Анархическая электроника
Разве это не охуенно?
источник

SB

Stanislav Bobokalo in Анархическая электроника
Anton Saharov
Потому что хочу и могу
Можешь ли?
источник

AS

Anton Saharov in Анархическая электроника
Теоретически
источник

AS

Anton Saharov in Анархическая электроника
На деле хз. Допускаю, что надоест быстрее, чем разберусь
источник

SB

Stanislav Bobokalo in Анархическая электроника
Most hardware dependancies will have to be compiled into the system, and
there a number of defines in the file "include/linux/config.h" that you
have to change to get a personalized kernel.  Also you must uncomment
the right "equ" in the file boot/boot.s, telling the bootup-routine what
kind of device your A-floppy is.  After that a simple "make" should make
the file "Image", which you can copy to a floppy (cp Image /dev/PS0 is
what I use with a 1.44Mb floppy).  That's it.

Without any programs to run, though, the kernel cannot do anything. You
should find binaries for 'update' and 'bash' at the same place you found
this, which will have to be put into the '/bin' directory on the
specified root-device (specified in config.h). Bash must be found under
the name '/bin/sh', as that's what the kernel currently executes. Happy
hacking.
источник

SB

Stanislav Bobokalo in Анархическая электроника
Stanislav Bobokalo
Most hardware dependancies will have to be compiled into the system, and
there a number of defines in the file "include/linux/config.h" that you
have to change to get a personalized kernel.  Also you must uncomment
the right "equ" in the file boot/boot.s, telling the bootup-routine what
kind of device your A-floppy is.  After that a simple "make" should make
the file "Image", which you can copy to a floppy (cp Image /dev/PS0 is
what I use with a 1.44Mb floppy).  That's it.

Without any programs to run, though, the kernel cannot do anything. You
should find binaries for 'update' and 'bash' at the same place you found
this, which will have to be put into the '/bin' directory on the
specified root-device (specified in config.h). Bash must be found under
the name '/bin/sh', as that's what the kernel currently executes. Happy
hacking.
Ну я думаю вот этого кусочка текста хватит
источник