haiku/docs/develop/kernel
PulkoMandy 56f9c76088 sparc: boot mmu support
Get enough of the mmu working to be able to allocate memory.

Unlike on PowerPC, we get both address and size as 64bit values. So
adjust of_region to allow this.

Also unlike the PPC port, we do not drive the hardware directly, instead we
rely on the openboot primitives to manage the translation table. This
allows staying independant of the hardware, which is a good idea at
least for the bootloader (we can do actual hardware things in the
kernel)

Change-Id: Ifa57619d3a09b8f707e1f8640d8b4f71bb717e2a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1482
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
2020-01-18 03:32:29 +00:00
..
arch sparc: boot mmu support 2020-01-18 03:32:29 +00:00
boot Fix typos: super block -> superblock (#8974) 2012-12-09 08:47:46 -05:00
fs Added the specification documentation of the node monitoring implementation. 2003-01-18 20:05:19 +00:00
vm docs/develop: More reorganization. 2019-03-30 18:00:46 -04:00
device_manager_introduction.html Update SDHCI and device driver docs 2019-02-16 21:46:56 +00:00
obsolete_pnp_manager Moved all documentation out of the device_manager.h header file to this place. 2005-05-11 16:40:13 +00:00
pci_serial_debug.txt Add some notes on how to use PCI serial ports for serial debugging. 2020-01-05 10:42:37 +01:00