Slashdot Mirror


User: HanishKVC

HanishKVC's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:More a matter of principle than practice. on LinuxBIOS Boots Linux, OpenBSD, Windows · · Score: 1

    For an embedded system using linux you don't really require a BIOS, all you need is

    a) Logic to do any minimal ASIC initialization
    b) Initicalize the SDRAM and copy kernel to ram if required
    c) Setup any configs/data required by kernel and
    d) Jump to linux

    Using a bios is a waste.