Commit Graph

122 Commits

Author SHA1 Message Date
Robert Strandh db5f64e2a8 Incorporate improvements suggested by Philipp Marek. 2017-02-18 07:03:03 +01:00
Robert Strandh be838f4397 Add section on concurrency. 2017-02-05 15:03:47 +01:00
Robert Strandh 127bdef997 Update logo for Common Lisp to avoid clashes with specmacros. 2016-11-24 12:01:21 +01:00
Robert Strandh 2e34713931 Add paragraph on comparison between C/Lisp on the one hand and Unix/LispOS on the other. 2016-11-24 12:00:53 +01:00
Robert Strandh f73d7768dc Add section about kernels from the HTML document. 2016-11-24 09:10:45 +01:00
Robert Strandh 6332a49b1a Add pargraph about address space layout randomization. 2016-11-22 12:40:53 +01:00
Robert Strandh badf9807ae Add paragraph mentioning security problems with full address-space access. 2016-11-22 12:40:18 +01:00
Robert Strandh c0f289aff2 Merge branch 'master' of github.com:robert-strandh/LispOS 2016-11-22 12:18:21 +01:00
Robert Strandh e1ae12c908 Add subsection about full address-space access being a problem. 2016-11-22 12:05:28 +01:00
Robert Strandh 8cdda9b16f Add paragraph discussing SWAPPING in UNIX. 2016-11-22 11:50:18 +01:00
Robert Strandh 82521e7dc4 Replace talk on computer architecture by Hudak paper. 2015-11-12 15:14:49 +01:00
Robert Strandh 735aea8149 Improve final slide. 2015-11-12 14:48:35 +01:00
Robert Strandh 55cf6743ef Remove empty slides. 2015-11-12 14:46:12 +01:00
Robert Strandh f2ff4ef581 For consistency, do not use ITEMIZE. 2015-11-12 14:45:11 +01:00
Robert Strandh 0fd30b3702 Elaborate on replacing kernel by a dynamic programming system. 2015-11-12 14:36:03 +01:00
Robert Strandh a95db8453a Rename and improve slide. 2015-11-12 14:29:13 +01:00
Robert Strandh 7875222cbb Improve slide by expanding on text. 2015-11-12 14:25:05 +01:00
Robert Strandh fcf5656580 Swap two slides. 2015-11-12 07:50:14 +01:00
Robert Strandh b278d23c4f Use plural form for problems. 2015-11-12 07:47:54 +01:00
Robert Strandh 3ec6854cac Add PROBLEMS to slide on hierarchical file systems. 2015-11-12 07:45:11 +01:00
Robert Strandh ca9a874457 Add PROBLEM to slide title. 2015-11-12 07:44:20 +01:00
Robert Strandh 13cc185048 Add PROBLEMS to slide title. 2015-11-12 07:43:54 +01:00
Robert Strandh 1077853318 New slide on problem with different memory semantics. 2015-11-12 07:39:44 +01:00
Robert Strandh adec069b20 New slide on possible future talks. 2015-11-12 07:34:36 +01:00
Robert Strandh 47f4abc55c Fix typo. 2015-11-05 07:14:01 +01:00
Robert Strandh 9ee19c1660 Swap slide order to preserve presentation order. 2015-11-05 07:13:42 +01:00
Robert Strandh 2206744503 Remove LaBRI from first slide. 2015-11-05 07:11:21 +01:00
Robert Strandh b3ad1d0cd6 Final slide: questions. 2015-11-02 11:26:29 +01:00
Robert Strandh fd83a97f00 New slide on current status. 2015-11-02 11:25:45 +01:00
Robert Strandh c9d129f3ee New slide on future work. 2015-11-02 11:22:38 +01:00
Robert Strandh c5cb40b534 More on how to solve the problem of monolithic applications. 2015-11-02 11:08:47 +01:00
Robert Strandh 1aee46af4c Refer to Multics on problems with kernel. 2015-11-02 11:04:01 +01:00
Robert Strandh aa9c33ba27 New slide on problems with kernels. 2015-11-02 11:03:10 +01:00
Robert Strandh 4e087bceae Add idem on Multics dynamic linker. 2015-11-02 10:49:04 +01:00
Robert Strandh 66a7668424 New slide on the origin of different memory semantics. 2015-11-02 10:47:05 +01:00
Robert Strandh d41e27f99e New slide on the origin of monolithic applications. 2015-11-02 10:40:18 +01:00
Robert Strandh f780724748 New slide problem with monolithic applications. 2015-11-02 10:34:07 +01:00
Robert Strandh 07bcd95b4c New slide on ACLs in the object store. 2015-11-02 10:29:22 +01:00
Robert Strandh c1bc0a09ef More on how to convert ACLs to capabilities. 2015-11-02 10:26:19 +01:00
Robert Strandh 249a9bdc34 Improve slides on capabilities. 2015-11-02 10:24:40 +01:00
Robert Strandh 6e6c4ca60a New slide on the types of objects the system can handle. 2015-11-02 10:23:27 +01:00
Robert Strandh 7f20af7645 New slide on garbage collection of object store. 2015-11-02 10:00:59 +01:00
Robert Strandh 41828ad459 Add text as a document type. 2015-11-02 09:55:00 +01:00
Robert Strandh c8e6590e2e New slide on size of object store. 2015-11-02 09:54:23 +01:00
Robert Strandh 1b9cac1b34 New slide on directories in object store. 2015-11-02 09:50:50 +01:00
Robert Strandh 7cc22b0207 New slide for examples of manual key/value pairs in object store. 2015-11-02 09:49:47 +01:00
Robert Strandh 152372f130 New slide for examples of automatic key/value pairs in object store. 2015-11-02 09:47:24 +01:00
Robert Strandh 3f23ebee5b New slide to start origin of problems. 2015-11-02 09:46:58 +01:00
Robert Strandh ef8767c659 Break slide into two paragraphs. 2015-11-01 10:31:05 +01:00
Robert Strandh 0c586bba14 Added reference to propular web page. 2015-11-01 10:29:11 +01:00