Skip to main content
Ctrl+K

BigOS documentation

  • About
  • Developers
  • Wiki
  • BigOS System Overview
  • API Documentation
  • License
  • GitHub
  • About
  • Developers
  • Wiki
  • BigOS System Overview
  • API Documentation
  • License
  • GitHub

Section Navigation

Modules:

  • Bigos Libraries
    • Libcore
      • Bitutils
      • Buffer
      • Clock
      • Error
      • SBI
      • String
      • Types
      • Version
    • Libboot
      • Device Tree API
  • Internal kernel APIs
    • Kernel memory management
      • Physical memory manager
      • Physical memory allocator
    • Memory regions
  • API Documentation
  • Bigos Libraries
  • Libcore
  • Version

Version#

group Stdversion

Typedefs

typedef u64 version_packed_t#

Functions

version_t version_make(u16 generation, u16 feature, u16 patch)#
version_packed_t version_pack(version_t v)#
version_t version_unpack(version_packed_t v)#
bool version_is_compatible(version_t current, version_t required)#
bool version_packed_is_compatible(version_packed_t current, version_packed_t required)#
struct version_t#

previous

Types

next

Libboot

On this page
  • version_packed_t
  • version_make()
  • version_pack()
  • version_unpack()
  • version_is_compatible()
  • version_packed_is_compatible()
  • version_t
Show Source

© Copyright 2026, Operacja System.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.19.0.