Viewing profile — w84death
w84death
HN member- Joined
- Tue, Apr 18, 2017, 6:38 AM UTC
- HN karma
- 37
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About w84death
Recent public activity
-
comment
Comment #48633618
Confirming. Also the goal was to run LATEST kernel with no changes - just config. With other compression algorithms it was impossible to fit everything into a floppy. And I really …
-
comment
Comment #48633578
exactly that: too complicated. also I got 486 DX2/66 as my first PC so I set that as a goal. Then checked how lower can I go. Also I only have 486 DX4 now to test on real hardware.…
-
comment
Comment #48633554
Isn't it still alive in automobile/infodesks?
-
comment
Comment #48633543
QNX is to this day the biggest "floppy" thing I ever saw. I would love to have a modern recreation of it.
-
comment
Comment #48633526
Thanks again for being featured here! Nice to read all of those comments. The project goal is more to learn how to make your own Linux distribution than to fit as much as possible …
-
comment
Comment #45864647
I did not realize but I made an equivalent of a OS for writer deck that fits on a single floppy! https://krzysztofjankowski.com/floppinux/ It boots latest Linux, spawns console and…
-
comment
Comment #36701069
I've updated the code to stable version moments ago! Official homepage is here: https://smol.p1x.in/os/
-
comment
Comment #33490559
I got obsessed with Stable Diffusion. I get past the honeymoon period generating everything I could imagine, and now I'm trying to actually incorporate it in my daily work. Further…
-
comment
Comment #31265264
Dockers: - lychee - pohotos - nginx-proxy-manager - proxy/letsencrypt - jellyfin - movies - audiobookshelf - audiobooks - nextcloud - news/talk - ghost - few blogs - httpd - many p…
-
comment
Comment #30943066
https://krzysztofjankowski.com/ I got into the 512kb club at orange group ( https://512kb.club/#250 :)
-
comment
Comment #27256095
Updated images: https://bits.p1x.in/floppinux-update-0-2-1/ With sample application and KIOSK mode.
-
comment
Comment #27253473
Did you try qemu-system-x86_64 instead?
-
comment
Comment #27253462
It could be 2 things: - you compiled some parts in 64 bits and try to run the QEMU 32 bit system. Try qemu-system-x86_64 - you do not enabled starting #! scripts in the kernel
-
comment
Comment #27253451
Nice catch! Thanks.
-
comment
Comment #27253445
I got similar problems when I missmach 32bit and 64bit code. First try to run in qemu 64 bit system. I ended up building the whole system on a 32bit old laptop and just don't care …
-
comment
Comment #27253434
I can. Why not. Updated the post. Here's the link: https://krzysztofjankowski.com/floppinux/downloads/0.2.0/
-
comment
Comment #27253398
Thanks! I changed the file name in the meantime and forgot about the link. Fixed!
-
comment
Comment #27253380
Thanks! When I saw how clean and easy it can be in just a few steps I needed to share that knowledge! For me it's the best way to learn Linux.
-
comment
Comment #27253374
Barely. If you want to just run some compiled C app then you don't need as much tools. You can even skip the BusyBox part and instead of shell running your application only. But I …
-
comment
Comment #27253335
I should see floppy drive as /dev/fd0. Just now as I double check everything I found out that external drives (USB) are shown as /dev/sd*. sdb in my computer. I updated the post wi…
-
comment
Comment #27250473
I was thinking of publishing those. Not a problem. I will update the post in a moment. EDiT: done :)
-
comment
Comment #27249881
It is read only and will run one particular application in a kind of KIOSK mode. I'm using floppy just for fun.
-
comment
Comment #27249467
Thanks!
-
comment
Comment #27249463
Yeah, I just wanted to learn Linux. It worked as I learned a lot doing this project :)
-
comment
Comment #27249359
This blow my mind back then.It is still super impressive.