mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
Fix linter errors
This commit is contained in:
@@ -7,7 +7,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
egaConsole = &console.Ega{}
|
||||
egaConsole = &console.Ega{}
|
||||
|
||||
// ActiveTerminal points to the currently active terminal.
|
||||
ActiveTerminal = &tty.Vt{}
|
||||
)
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ import "unsafe"
|
||||
|
||||
type tagType uint32
|
||||
|
||||
// nolint
|
||||
const (
|
||||
tagMbSectionEnd tagType = iota
|
||||
tagBootCmdLine
|
||||
@@ -100,7 +101,7 @@ const (
|
||||
memUnknown
|
||||
)
|
||||
|
||||
/// MemoryMapEntry describes a memory region entry, namely its physical address,
|
||||
// MemoryMapEntry describes a memory region entry, namely its physical address,
|
||||
// its length and its type.
|
||||
type MemoryMapEntry struct {
|
||||
// The physical address for this memory region.
|
||||
|
||||
Reference in New Issue
Block a user