-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel: Choosing the correct Network Drivers #5
Comments
This is intertwined with #6 |
As of now I'm considering to yeet all but integrated and ISA-based NICs to save space and only leave 3com, AMD, Intel and VIA NICs in that are integrated into the Chipset/SoC or connected via ISA. PCI, PCIe and CardBus support had to be sacrificed as per issue #6... |
This created the following issues: |
I am confident that my current selection is a good balance given the expected hardware and the space constraints - tho I'd be willing to change those if need be.
|
- See [Issue #5](#5 (comment)) for details.
Problem as of now: Kernel Size is at ~ 1,15MB (!!!) |
As for the "CORE" Version of OS/1337, basic Ethernet [TCP / IPv4] will be necessary to have some basic connectivity and being able to run stuff like wget / [tiny] curl, dropbear [SSH] client (aka. dbclient) and maybe even a fully-featured dropbear or lynx as browser.
It'll also be used to "install" bigger "Editions" by downloading an image file, holding it in ramdisk and then DD'ing it onto a drive.
AFAICT, the most common for any "retro" / old machines are:
It's vital to keep the kernel as small as possible.
The text was updated successfully, but these errors were encountered: