Skip to content

Instantly share code, notes, and snippets.

FS0:\> linux initrd=initrd.gz console=ttyS0,115200 earlycon
FSOpen: Open '\linux' Success
FSOpen: Open '\linux' Success
FSOpen: Open '\linux' Success
FSOpen: Open '\linux' Success
InvalidateDataCacheRange:RISC-V unsupported function.
WriteBackDataCacheRange:RISC-V unsupported function.
InvalidateDataCacheRange:RISC-V unsupported function.
WriteBackDataCacheRange:RISC-V unsupported function.
InvalidateDataCacheRange:RISC-V unsupported function.
local dialsteps = {
{697,1336},
{770,1336},
{852,1209},
{941,1336},
{697,1336},
{697,1477},
{770,1209},
{941,1336},
{941,1336},
local dialsteps = {
{697,1336},
{770,1336},
{852,1209},
{941,1336},
{697,1336},
{697,1477},
{770,1209},
{941,1336},
{941,1336},
local techage = require("techage")
local is_button = {}
if mem.params then for k,v in ipairs(mem.params.button_ids) do is_button[v] = k end end
local function getnextcallabove()
if mem.actpos == mem.params.num_floors then return end
for i=mem.actpos,mem.params.num_floors,1 do
if mem.queue[i] then return i end
end
local function get_init(pos)
return function()
local meta = minetest.get_meta(pos)
local is_init = meta:get_int("techage_assigned") == 1
local techage_id = meta:get_int("node_number")
if is_init then return techage_id end
techage_id = techage.add_node(pos)
meta:set_int("techage_assigned",1)
meta:set_string("infotext","Luacontroller "..techage_id)
end
Interface task reset
4096k x 16 buffer detected
MERCURY - 1_Disk 3.01 04-
Buzz - 20-05 14:16
Head Mask FFFF - Switch to full int.
Spin Ready
3.01 04-20-05 14:22
(P)PATA Reset
Master
VALID Cert Disk Code Detected - Revision # 051
--MT Paint
--A product of Advanced Mesecons Devices, a Cheapie Systems company
--This is free and unencumbered software released into the public domain.
--See http://unlicense.org/ for more information
--Buffer allocation:
----0: User drawing (64x64)
----1: Temporary for UI on canvas area (64x64)
----2: Menu bar framebuffer (64x16)
----3: Toolbar framebuffer (16x64)
local dialsteps = {
{697,1336},
{770,1336},
{852,1209},
{941,1336},
{697,1336},
{697,1477},
{770,1209},
{941,1336},
{941,1336},
# hdparm -I /dev/sda
/dev/sda:
ATA device, with non-removable media
Model Number: ST10000DM005-3AW101
Serial Number: WP004PSJ
Firmware Revision: DN04
Transport: Serial, ATA8-AST, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6, SATA Rev 3.0
Standards:
--libdetector Demo
--A product of Advanced Mesecons Devices, a Cheapie Systems company
--This is free and unencumbered software released into the public domain.
--See http://unlicense.org/ for more information
local libdetector = {
pre_hook = function()
if event.type == "program" then
mem.__libdetector_registered = {}
end