原文
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=43803473
Hacker News 上讨论了如何使用 DOS 和 U 盘搭建一个反社交写作平台。一位评论者澄清了 BIOS 模拟的细节,指出如果配置正确,它可以在使用 MBR 分区表的 SSD 的普通 BIOS 电脑上运行。另一位建议使用 Tinker WriterDeck 操作系统作为替代方案。用户推荐了诸如 `pdmenu`、各种编辑器、邮件客户端 (`mutt`)、带有 Gopher 书签的 Lynx 以及 `mocp` 音乐播放器之类的应用程序。KolibriOS 和 MenuetOS 等替代操作系统也因其基于汇编语言的特性和潜在的网络功能而被提及。一位用户正在 Emacs 中开发一个类似的跨平台写作环境。另一人推荐了 DOS 版的 WordPerfect 6.0a,让人想起老式的写作设置,还提到了带有 Forth 语言的 TRS-100。
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
![]() |
This is not exactly correct, in fact just the opposite is how it actually is on a regular BIOS PC and MBR-layout SSD.
The problem is, most people don't have regular BIOS PC's nor MBR-layout SSD's any more like they did before 2012.
But these features can still be enabled on all but the crummiest of UEFI motherboards.
Then you just have to start from scratch with your motherboard settings in CSM/BIOS mode, with a blank SSD partitioned in MBR-layout, having its first volume be set as your "Active" bootable Primary partition.
Fortunately what the author has encountered is the way a proper UEFI firmware is supposed to seek and load boot files from the first suitable FAT32 volume on your designated Boot Drive (your choice USB, SATA, CDROM, etc) whether or not it is on a GPT or MBR layout, USB HDD or SSD.
reply